The device-manager tag has no wiki summary.
8
votes
4answers
14k views
How do I get the friendly name of a COM port in Windows?
I have a GSM modem connected via USB. The modem creates 2 serial ports. The first is automatically attached to the modem, the second shows in Device Manager as "HUAWEI Mobile Connect - 3G PC UI ...
0
votes
1answer
277 views
Driver's uninstall button is disabled
I've written my fairly simple first driver for a virtual device. It also has a .inf and I install the driver using devcon.exe.
It install fine and functions properly but my problem is when I try to ...
0
votes
1answer
147 views
Equivalent of “Scan For Hardware Changes” in device manager doesn't work after failed installation
According to the docs the C++ functions CM_Locate_DevNodeA and CM_Reenumerate_DevNode of CfgMgr32.dll should be the programatical equivalant to the menu item scan for changed hardware in the device ...
0
votes
2answers
357 views
Attempting to run embedded tool from WIX msi for selective installation
Basically I'm trying to build a WIX msi that can run devcon.exe (command line version of windows hardware manager) to detect if a particular piece of hardware is installed. If it is, then install msi ...