PDA

View Full Version : How to uninstall hidden devices, drivers, and services in Windows OS


laurentio
4th February 2010, 01:03 AM
Works with Windows 2000, XP, Server 2003, Vista, Windows 7 - all SP levels.


To get rid of that unwanted driver, device, or service:

1) Open the “Start” menu and choose “Run…”

2) Type in “cmd” (without the quotes) and click “ok”.

3) At the cmd prompt, type in “set devmgr_show_nonpresent_devices=1″ (without the quotes) and press enter. (Note that nothing seems to happen–this is ok. We are actually setting an environment variable which is going to help us to see hidden devices)

4) On the next cmd prompt line, type in “devmgmt.msc” (without the quotes) and press enter. This will launch the Windows Device Manager Console.

5) In the Device Manager Console, from the “View” menu, select “Show Hidden Devices”.

Now, as you expand the different drivers and devices in device manager you will see not only the items that Windows currently detects as installed on your pc (these are the usual items displayed), but you will also see drivers, devices, and services which have been loaded in the past but were not uninstalled or are not currently started. You can find your offending device, right-click, and choose “uninstall” to remove it from the system completely.
Be careful though; you should note that non-loaded devices, drivers, and services are “grayed” out, but that doesn’t necessarily mean that you should delete all of them. Only remove items you know you don’t need. And, be careful that you don’t change too many devices or you might need to re-activate your Windows installation.


Last thing, if you accidentally exit the Device Manager Console you will need to start over again at the cmd prompt. To close the cmd prompt window, type “exit” (without the quotes).

Also, you can try Drive Sweeper or Revo Uninstaller. Both programs are free:
http://www.phyxion.net/
http://www.revouninstaller.com/

JoshuaGaler
11th February 2010, 11:19 AM
HI!!
Thanks for your article regarding hidden device and drivers uninstall.
I didn't even know that there are hidden device and drivers which can uninstall. It is completely new to me.

TeamDzo
23rd November 2010, 11:04 AM
Recently i found diffrent way how to uninstall devices. In one gsm forum thread i read about specialized application dc uninstall device (http://www.dc-unlocker.com/downloads/DC_uninstall_device_software) for removing devices from you computer. Downloaded and it worked like a charm in my old computer with windows xp. Uninstall few unused and hidden devices.

laurentio
23rd November 2010, 10:26 PM
Nice find TeamDzo, thank you for sharing it with us.
;)