Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Please dont remove this Folder, It occupies only 315 MB and is useful for your Office 2003.... SRIKANTH
- that still wont work and i got no idea about registery could use help
- Thanx for help
- Thought I would have to get out my regestry editor, should have checked the settings first XD.
- thanks! it's very helpful.
Tech-Recipes
Cookbook of Tech TutorialsHow to uninstall hidden devices, drivers, and services | Windows installation | Tech-Recipes
Started by qdideas · 9 months ago
4 years ago
I've been looking for a good way to 'clean house' on W2K. My install was a couple of years old and getting flakey. My 'system resources' was jammed with tons of useless 'hiden' devices.
This article gets 10/5 stars... :D
4 years ago
I've been looking for a good way to 'clean house' on W2K. My install was a couple of years old and getting flakey. My 'system resources' was jammed with tons of useless 'hiden' devices.
This article gets 10/5 stars... :D</ul>
I agree... this is a sweet little recipe.
btw, sweet php-nuke site you have there!
AlexTheBeast
4 years ago
4 years ago
Thanks!
8)
4 years ago
3 years ago
3 years ago
3 years ago
Follow the steps below to display the hidden device information:
1. Right-click "My Computer" icon on the desktop and select Properties
2. In the System Properties windows click on the Advanced tab
3. Click on Environment Variables button in the right middle of the window
4. In the Environment Variables window, bottom pane (called System Variables), click on New
5. For Variable Name, enter devmgr_show_nonpresent_devices
6. For Variable Value, enter 1
7. Click OK to close New System Variables, OK to close the Environment Variables window and OK again to close System Properties
Form now on, when you open Device Manager, you click on View and then select Show hidden devices from the menu, you can identify the hidden devices by their grayed-out icons.
Remember to delete the Variable devmgr_show_nonpresent_device when finish.
1. Right-click My Computer and select Properties
2. Click on the Advanced tab
3. Click on Environment Variables
4. In the Below window pane (System Variables), select the variable name devmgr_show_nonpresent_device and click on Delete
5. Click OK to close the Environment Variables window and OK again to close System Properties.
3 years ago
1) Open the Start menu and choose Run...
2) Type in:
cmd /c set devmgr_show_nonpresent_devices=1&devmgmt.msc
3) press Enter.
4) In the Device Manager Console, from the View menu,
select Show Hidden Devices.
(the command remain stored in the history and you can recall it when you need)
B) From batch file
1) Create a new text file
2) Type in:
cmd /c set devmgr_show_nonpresent_devices=1&devmgmt.msc
3) press Enter.
4) Save as MYDEVMGR.BAT
5) every time you need
5a) double click on batck file
5b) In the Device Manager Console, from the View menu,
select Show Hidden Devices.
1 year ago
1 year ago
THANKS!!!
joann
8 months ago
7 months ago
6 months ago
2 months ago
this helped me to uninstal lots of old drivers on XP
thx man
2 months ago
1 month ago
2 weeks ago
device installed (multimedia audio controller) and that it is being used
by another source. Anyone have any solutions?
2 weeks ago
"echo
set devmgr_show_nonpresent_devices=1
devmgmt.msc
pause >nul
"
save as hidden.bat
.bat not .text
then dbl click on the bat file to run cmd and open devmgmt.msc
all on auto