Uninstalling USB hardware not plugged into the computer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey!
I have 3 USB ports and an IR port on my Windows XP Home laptop with SP2.
My laptop is 'busy', a load of different divices being plugged in, then
plugged in different ports the next time (meaning the drivers re-load) etc.

I know that drivers of plugged in USB and close by IR devices can be
uninstalled (and I know how).

But, is it possible to remove drivers of passed devices, that will no longer
be plugged in, without them plugged in (since I dont own the devices)... if
you get me?

Many thanks :D
 
dagsmatt said:
But, is it possible to remove drivers of passed devices, that will no longer
be plugged in, without them plugged in (since I dont own the devices)... if
you get me?

These drivers can be uninstalled if you reboot in safe mode,
open device manager and select "show hidden devices".
Usually this makes "passed" devices visible so you can remove them.

--PA

(It is possible also in the normal mode, but I don't remember the incantation
off top of my head )
 
Put the following into a batch file, run it, when the device manager opens select view > show hidden
devices.

set devmgr_show_nonpresent_devices=1
cd\ %SystemRoot% \System32
start devmgmt.msc

Can be run while you are in Windows, does not have to be in Safe Mode. The devices that are no
longer present will have greyed out icons .
 
Thanks for the replys, they both work :)

David Vair said:
Put the following into a batch file, run it, when the device manager opens select view > show hidden
devices.

set devmgr_show_nonpresent_devices=1
cd\ %SystemRoot% \System32
start devmgmt.msc

Can be run while you are in Windows, does not have to be in Safe Mode. The devices that are no
longer present will have greyed out icons .
 
Back
Top