Show Hidden Devices in Device Manager
-
XP hides many different devices from you even when the 'show hidden devices' is clicked in the device manager. It will such as a USB stick or a ghosted drive.
Their kb article says the devices are not "connected". I can see that claim with the ghosted device, but not the USB stick.
There are basically two ways to get around this: set an environmental variable or change the registry.
- set the variable in the command line
- Enter the Command Prompt.
- >set devmgr_show_nonpresent_devices=1
- >start devmgmt.msc
- set the variable in the system properties
- Enter the system properties
- advanced
- environmental variables
- system variables
- add the variable devmgr_show_nonpresent_devices
- set the value to 1
- change the registry
- navigate registry hives
- HKLM
- SYSTEM
- ControlControlSet
- Control
- Session Manager
- Environment
- enter new key or the change key
- data name: DEVMGR_SHOW_NONPRESENT_DEVICES
- data type: REG_SZ
- data value:
0 = hide devices 1 = show devices

Comments
Post new comment