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:
- Go to HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \ Environment
- Create a string DEVMGR_SHOW_NONPRESENT_DEVICES
- 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:
- Services You Can Disable in WindowsXP
- How to enable Folder Option in WindowsXP
- Shutdown Problem ?
- How to Change WindowsXP Default Installation Directory
- How to Set the Search Screen to the Classic Look in WindowsXP
Tagged as:
batch,
change,
control,
controlset001,
create,
devices,
devmgmt,
devmgr,
echo,
environment,
exit,
file,
give,
hidden,
hkey,
How can i Show Hidden Devices,
local,
machine,
making,
manager,
msc,
nonpresent,
prompt,
registry,
session,
show hidden devices in the Device Manager,
simple,
start,
string,
system,
value
Me, freelance system administrator having the qualification of Diploma in Electronics & Tele-communication + MCSE + CCNA + CST + 5 years of experience in IT field.
If you like This post, you can follow TheOnlineTutorials on Twitter.
Contact me Via email: support@theonlinetutorials.com
Subscribe to feed via Feed or EMAIL to receive instant updates.
Legal Disclaimer:All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever. Content author/site administrator is not responsible for any loss occurred due to mistakes in this tutorial. Use this tutorial website at your own risk.