Quote:
Originally Posted by katchy
The 1st time i plugged it un, there was a pop up saying USB unrecognized device. After that, it never showed a pop up again.
|
Try plugging it into a different USB port. After that unrecognized error, the device remains as a unknown device when plugged into that USB port.
You can try adding the 3 lines below to a batch file and then running the file as administrator. After the device manager opens, click on view and then show hidden devices. Under the USB section, right click on the unknown device and select uninstall.
Code:
set devmgr_show_nonpresent_devices=1
cd\windows\System32
start devmgmt.msc
An alternative is to look for NirSoft's USBDeview utility which will show you the devices connected and unconnected and let you select multiple devices and uninstall them.
Good luck!
David