daynix / UsbDk

Usb Drivers Development Kit for Windows
Apache License 2.0
535 stars 142 forks source link

failed to install on Windows 10 and USB doesn't work #41

Closed liugengdai closed 7 years ago

liugengdai commented 7 years ago

I tried to install usbdk on my windows 10 desktop. The installation was blocked and did not succeed. Now all my USB ports don't work. I cannot enter windows now. I think I should find a bluetooth or wire keyboard and mouse. :(

Do you know what happened and how to solve the problem?

dmitryfleytman commented 7 years ago

Hi,

You have to boot in safe mode and uninstall UsbDk.

Are you using Windows10 RS1 with secure boot enabled?

~Dmitry

On 10 Mar 2017, at 0:53, liugengdai notifications@github.com wrote:

I tried to install usbdk on my windows 10 desktop. The installation was blocked and did not succeed. Now all my USB ports don't work. I cannot enter windows now. I think I should find a bluetooth or wire keyboard and mouse. :(

Do you know what happened and how to solve the problem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

dmitryfleytman commented 7 years ago

Most likely the same as #42

theiman2 commented 7 years ago

How do I uninstall it in safe mode? Running the .msi again just attempts to install, not uninstall.

dmitryfleytman commented 7 years ago

@theiman2, either go to control panel/uninstall software and remove UsbDk Runtime Libraries or navigate with command line to "c:\program files\UsbDk runtime Libraries" and run "UsbDkController.exe -u"

dmitryfleytman commented 7 years ago

Fixed in v1.00-19

dmitryfleytman commented 7 years ago

Documentation for uninstallation of UsbDk after signing error may be found here.