drivers
Enumerate external drives
In java, you can use File.listRoots() to get all drives in the system. I\'m looking to get only the external drives, i.e. USB drives, external hard disks, optical drives, floppy, etc.[详细]
2023-01-02 04:22 分类:问答Device drivers and Windows
I am trying to complete the picture of how the PC and the OS interacts together. And I am at point, where开发者_开发技巧 I am little out of guess when it comes to device drivers.[详细]
2023-01-01 22:42 分类:问答Turn off the display on remote PC
I\'m fixing some bugs in the application for remote control (remote desktop-like) for Windows. And there is a feature that you can blank screen on remote machine - all the programms keep running unaff[详细]
2022-12-31 21:14 分类:问答Is there a way to communicate with USB devices on Android?
I have a really short question: Is it possible to communicate/use USB devices on Android OS? I assume it might be tablet device.[详细]
2022-12-30 12:10 分类:问答Forcing Windows to re-scan for drivers
As part of our software\'s installation, we install drivers for a required 3rd party hardware component.Currently it\'s up to the user to manually scan for their hardware\'s drivers once our installat[详细]
2022-12-29 08:34 分类:问答Buffer Overflow errors when reading ConfigDelay and Manufacturer info from registry
开发者_JAVA技巧This is a strange driver error which doesn\'t make a lot of sense to me. I am running an application developed in C# .NET which our company develops.[详细]
2022-12-27 13:52 分类:问答Driver Component Confusion with Windows Embedded
I need some help from someone familiar with Windows Embedded Target Designer and Component Designer: On my Windows Embedded image I have two driver components that are \"conflicting\", but not for IO[详细]
2022-12-26 04:52 分类:问答Installing drivers from NSIS installer in x64 system
I want to add support for x64 OSes to my NSIS installer. One of the installer\'s task is drivers installation. I\'ve written a special NSIS plugin for this task. This plugin usesDriver Install Framewo[详细]
2022-12-23 01:16 分类:问答Difference between JDBC Driver type numbers
I noticed that JDBC has different Drivers like: Type 1 Driver Type 2 Driver etc.. to Type 4 Why did they get the name like Type 开发者_运维知识库1, Type 2 etc.? Is there any logic?The type number[详细]
2022-12-21 19:22 分类:问答How do I install hardware driver using C++ on Win32?
How do I install a hard开发者_StackOverflowware driver (inf file) using C++? Platform : Win32The process is usually called pre-installation. (The normal install process is triggered by the arrival of[详细]
2022-12-20 04:06 分类:问答