[ovs-dev] [PATCH] INSTALL.Windows.md: add steps for disabling test-signing

Nithin Raju nithin at vmware.com
Mon Apr 13 19:00:37 UTC 2015


Added the commands to be able to install an unsigned driver.
---
 INSTALL.Windows.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
index 0029500..0dd5cda 100644
--- a/INSTALL.Windows.md
+++ b/INSTALL.Windows.md
@@ -162,7 +162,12 @@ Steps to install the module
 
 02> Run ./install.cmd to insert the new one.  For this to work you will have to
 turn on TESTSIGNING boot option or 'Disable Driver Signature Enforcement'
-during boot.
+during boot.  The following commands can be used:
+    % bcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS
+    % bcdedit /set TESTSIGNING ON
+    % bcdedit /set nointegritychecks ON
+
+Note: you may have to restart the machine for the settings to take effect.
 
 03> In the Virtual Switch Manager configuration you can enable the Open vSwitch
 Extension on an existing switch or create a new switch.  If you are using an
-- 
1.8.5.6




More information about the dev mailing list