Quote:
Originally Posted by DNSB
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
|
Hi david!
I already tried plugging it into different ports and when i did, the pop up error "usb device not recognized" didn't show up anymore... But than i still couldn't find my kobo glow anywhere on the pc... Regaring adding the lines to a batch file, what is that? How do i do that? I'm sorry, i'm not that familiar when it comes to codes. Thank you so much!