pbatard / libwdi

Windows Driver Installer library for USB devices
GNU General Public License v3.0
1.9k stars 466 forks source link

Please help me remove the driver #272

Closed Barabba11 closed 2 years ago

Barabba11 commented 2 years ago

Hi, following the guide to update Digispark bootloader I've used your program with their cfg file, unfortunately the winusb driver for this devices stop me using it, the guide was wrong, it's needed to use the original Digistump Drivers. Now I've always manually select the Digistump Drivers every time I insert the device, because windows prefer to use libwdi. I've understood myself I can't delete these drivers files, so I'm looking for a way to edit registers and remove that assocuation manually. Can you help me with such process? thank you.

PS: I hope you can introduce the disassociation function, or at least a restore of previous modifications. Thank you a lot!

pbatard commented 2 years ago

Please see this entry from the FAQ. The trick is to insist and make sure you repeat the operation for any USB port the device may have been plugged in.

Barabba11 commented 2 years ago

After the 5th time they gone, thank you!

pbatard commented 2 years ago

OK. I will close the issue now.