summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHaitao Shan <hshan@google.com>2022-06-23 10:22:25 -0700
committerHaitao Shan <hshan@google.com>2022-06-23 10:34:32 -0700
commit30350bf3e8a00b2fd064a150d2621f027369b764 (patch)
tree7650c1b8629f5c7c5478c0419a67350b55c40dab /README.md
parent8f6a13b9eaa3186795be6ae2350ee550fe8349a5 (diff)
downloadaehd-30350bf3e8a00b2fd064a150d2621f027369b764.tar.gz
Update README for Windows 7 users.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a4b3dd..7a89340 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,13 @@ Use an administrator command console to execute "silent_install.bat" inside
the driver package. Make sure you see the desired output from the installer:
STATE: 4 RUNNING
+## For Windows 7 users
+According to Microsoft, SHA1 driver signing is deprecated (Read more
+[here](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/deprecation-of-software-publisher-certificates-and-commercial-release-certificates)
+). Version 1.8 (or above) cannot be loaded on Windows 7 by default. Please
+use version 1.7 instead. Users may disable driver signature enforcement in
+order to use version 1.8 or above.
+
## Contributing
If you would like to contribute a patch to the code base, please read
[these guidelines](CONTRIBUTING.md).