Disable signing requirement on Windows 7 x64.
--- 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.
==========================