Device Manager displays only devices that are currently connected to your computer,
even if you select "Show hidden devices" from the View menu.
To view devices that aren’t connected (e.g., devices present when the machine was created),
perform the following steps:
- Open the command prompt (go to Start, Run, and type cmd.exe).
- Create a devmgr_show_nonpresent_devices environment variable
and set the variable to 1 by typing
C:\>set devmgr_show_nonpresent_devices=1
- Start Device Manager by typing
C:\>start devmgmt.msc
- Within Device Manager, select "Show hidden devices" from the View menu.
|