Uninstalling USB hardware not plugged into the computer

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
 
P

Pavel A.

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 )
 
D

David Vair

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 .
 
G

Guest

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 .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top