Skip to content

Instantly share code, notes, and snippets.

@cdwilson
Created December 3, 2011 19:40
Show Gist options
  • Save cdwilson/1427923 to your computer and use it in GitHub Desktop.
Save cdwilson/1427923 to your computer and use it in GitHub Desktop.
Enable / disable driver signing in Windows 7
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
bcdedit /deletevalue loadoptions
bcdedit -set TESTSIGNING OFF
@bluedevils23
Copy link

DDISABLE_INTEGRITY_CHECKS seems no longer work since windows 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment