From 8bb46a5f86ca158a8d63a4484ccca4589ff83a1c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 12 Apr 2017 10:02:16 -0700 Subject: [PATCH] doc: update FAQ --- doc/Frequently-Asked-Questions.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Frequently-Asked-Questions.asciidoc b/doc/Frequently-Asked-Questions.asciidoc index 21a78742..bbf49385 100644 --- a/doc/Frequently-Asked-Questions.asciidoc +++ b/doc/Frequently-Asked-Questions.asciidoc @@ -4,6 +4,12 @@ [qanda] +I am running Windows 7 and I am finding that the installed driver is not signed. [@efeat]:: + + Your Windows 7 OS is missing SHA-2 Code Signing Support. You need to install the following security advisory that will rectify the problem: + https://technet.microsoft.com/en-us/library/security/3033929.aspx + + Why is the DLL not installed in the Windows system directories? [@netheril96]:: It is true that this would make it convenient to load the DLL, because the Windows loader looks into the Windows system directories when it loads DLL's. However, in the opinion of the WinFsp author, software that does not ship with the OS should not be installing components in the system directories.