The device-manager tag has no wiki summary.
-1
votes
0answers
6 views
Remove DVD drive from device manager [closed]
Is there a way through command line to uninstall the entry under DVD/CD-ROM drives in device manager? Somehow someone applied a GPO on our top level domain and it's affected a number of things, I've ...
0
votes
0answers
43 views
Get notification about enabling/disabling device from DeviceManager C++
I'm trying to figure out how can I get notification that specific device was disabled/enabled through Windows DeviceManager.
I found a way to register to DeviceChange notifications by ...
0
votes
0answers
61 views
android 21.1 change skin [closed]
Ok, I go into the Android Device Manager, and create a new AVD. However, the option to select a skin is no longer there! Did they remove it in the latest update? If not, how do I change the skin?
3
votes
2answers
269 views
Reading Device Manager's Property Fields in Windows 7/8
I am developing a windows application which gives the field details --> X.
Where X is -->
Right Click My Computer >
Properties >
Device Manager > (select any Item - Say ...
0
votes
1answer
151 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
0answers
172 views
How to Enable and Disable the IEEE 1394 OHCI Compliant Host Controller Programmatically in C#
I have the need to Enable and Disable the IEEE 1394 OHCI Compliant Host Controller on a semi-frequent basis. Normally I achieve this by going into Computer Management > Device Manager and then right ...
0
votes
1answer
147 views
Determine COM-Port number by given PnpDeviceID: Is the DeviceID of a COM-Port device always “COMx”?
I need to determine the COM-Port of a Plug-And-Play-Device. I have the PnPDeviceID. It's a bluetooth usb dongle.
So, I retrieve information about the device using WMI like in the first example at ...
0
votes
0answers
69 views
installing drivers windows 7 [closed]
K I bought my wife a next book tablet for her birthday. I'm rooting it and in order to do it I need to install the rock bus driver for that device that came with the download. I'm trying to through ...
2
votes
0answers
159 views
Programmatically Enable a Disabled Device
I'm using the code from this answer: Win32 API function to programatically enable/disable device
The code works, but sort of.
It only succesfully enables the device if it has previously been disabled ...
2
votes
1answer
204 views
Can DevCon notify when a driver is finished installing after a rescan?
I am trying to install a driver during a windows-setup project.
The first step I do is to copy the INF file and preinstall the driver.
SetupCopyOEMInf(infFile, null, 1, 0, null, 0, 0, null);
This ...
1
vote
2answers
685 views
Frustrating DevicePolicyManager lockNow() behavior
Things are simple: press an icon and send the phone to standby. The frustrating part comes from the phone: sometimes, randomly instead of remaining in standby, the screen awakes and the lock screen is ...
0
votes
1answer
123 views
MotionManager and DetailViewController
I use a table view controller which have 26 detail items.At start all works fine , but after loading 7 detail views the attitude of device motion doesn't give me results (nan) here is the code of the ...
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 ...
1
vote
2answers
167 views
Which design patterns are useful to do this?
I have a device which have low level programming. I am giving version numbers every new devices and upgrades. I also have a program which communicate with these devices (to retrieving information on ...
0
votes
1answer
192 views
Creating MyTouch 3G Emulator
What are the settings I need to create an emulator that mimics the HTC MyTouch 3G Slide Phone in the Android Virtual Device Manager? The part I am most unsure about is which skin to use (HVGA, QVGA, ...
0
votes
2answers
359 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 ...
2
votes
0answers
392 views
Android Emulator error -ddmlib error
When test my codes by elumator ,Eclipse console show this error(but application Debug is OK):
[2011-12-28 13:30:26 - ddmlib]Your host of software to suspend a already established connection。
...
3
votes
3answers
1k views
Changing wireless network adapter wireless mode properties
My school uses 802.11a, but at home I use 802.11b.
This means every time I go from home to school or the other way I have to go to device manager -> Network adapters -> Intel(R) WiFi Link 5100 AGN -> ...
0
votes
1answer
109 views
Register to the DeviceManager of Linux
I read some questions here but couldn't really find the specific problem I'am faced with here...
I need to implement a "DeviceCache" in a particular project which caches all device-names found in ...
2
votes
0answers
635 views
Profile Manager Lion Server error
My Lion Server (10.7.1) worked perfectly until this tuesday. Yesterday when I went to profile manager's page, sometime it works and sometime not.
Also, if I do the enrollment of a device sometimes ...
2
votes
1answer
382 views
e-mail and Android mail account settings from code
Is there a way to create/change an email account from source at android an ios? We would like to provide our customer a way for adding their mail accounts to android and ios devices within in an app.
...
1
vote
1answer
418 views
Windows - How to explore the devices by connection. Like Windows “Device Manager”
The idea is to start from the VID and PID of USB hub and then explore its contents.
Given a USB hub how do we explore the connected devices?
I need to programmatically explore the attacked devices ...
23
votes
1answer
542 views
DevicePolicyManager wipeData not wiping out Email settings
I have a device management app that uses the DevicePolicyManager methods. On a specific trigger, I invoked the wipeData method with flag = 0 (its a 2.2 HTC incredible). The device rebooted and wiped ...
3
votes
1answer
4k views
Device Enable/Disable script
I have Windows 7 64 Bit Professional Edition on a computer I built myself so there is no manufacturer to ask. I am using an on-board sound card which has 7.1 and Optical outputs. The optical output is ...
0
votes
1answer
312 views
Link to the Device Manager
Is there a way to add a link to the Device Manager in a WPF application? I mean, a hyperlink that once clicked opens the Device Manager window.
Thank you very much.
0
votes
1answer
302 views
Is there a way to trigger a hardware refresh (aka Device Manager) using .NET?
I don't mind if it's only possible in the latest version of Windows, but I am wondering if there is a way to trigger this using .NET:
0
votes
1answer
123 views
Mobile Device Manager 2008 SP1 With WSUS 3.1 SP2
Can I install MDM 2008 SP1 with WSUS 3.1 SP2?
It fails telling me I need WSUS 3.0 SP1 or higher.. but since I have SP2 shouldn't it work?
I'm installing on Server 2008
0
votes
4answers
2k views
Windows device manager and hardware IDs
I'm curious how the windows device manager obtains the hardware IDs for a device, even though no device driver may be loaded for the device yet. Anybody have a clue on how Windows goes on about this?
...
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 ...