changeset 1154 | 26b6fca0cf39 |
parent 1153 | ee88b4d14151 |
child 1155 | 0f14d202a576 |
--- a/windows-driver.rst Fri Dec 23 09:31:56 2011 +0200 +++ b/windows-driver.rst Fri Dec 23 09:51:20 2011 +0200 @@ -223,6 +223,13 @@ http://www.microsoft.com/whdc/driver/install/drvsign/crosscert.mspx Root Authority Cross-Certificate List +Disable signing requirement on Windows 7 x64. +============================================= +:: + + cmd> bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS + cmd> bcdedit -set TESTSIGNING ON + Tools for Signing Drivers. ==========================