How can i Show Hidden Devices in WindowsXP

by Nideesh C on January 14, 2011 · 0 comments

in XP




You can show hidden devices in the Device Manager. One way is by making a simple registry change. The other is through a batch file.

Registry Change:

  1. Go to HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \ Environment
  2. Create a string DEVMGR_SHOW_NONPRESENT_DEVICES
  3. Give it a value of 1

Batch File

————–

@Echo Off
Prompt $p$g
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
exit

Not Satisfied ? Just search & get the result

Related Posts Plugin for WordPress, Blogger...
Be Sociable, Share!

Related posts:

  1. Services You Can Disable in WindowsXP
  2. How to enable Folder Option in WindowsXP
  3. Shutdown Problem ?
  4. How to Change WindowsXP Default Installation Directory
  5. How to Set the Search Screen to the Classic Look in WindowsXP

Leave a Comment

Previous post:

Next post: