Skip to content

Commit

Permalink
README: Added notice about Windows 7 and required KB update
Browse files Browse the repository at this point in the history
https://technet.microsoft.com/en-us/library/security/3033929
required on Windows 7, otherwise UsbDk driver's signature is not
recognized properly and OS fails to load driver.

Signed-off-by: Yuri Benditovich <[email protected]>
Signed-off-by: Dmitry Fleytman <[email protected]>
  • Loading branch information
ybendito authored and Dmitry Fleytman committed Apr 3, 2017
1 parent 6da5b27 commit 6863d52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ desired configuration.

Use UsbDkController.exe to install/uninstall and verify basic operation.
Run UsbDkController.exe without parameters for command line options.

## Known issues

* Installation on 64-bit versions of Windows 7 fails if security update
[3033929](https://technet.microsoft.com/en-us/library/security/3033929)
is not installed. Reason: UsbDk driver is signed by SHA-256 certificate. Without this update
Windows 7 does not recognize the signature properly and fails to load the driver.

0 comments on commit 6863d52

Please sign in to comment.