Saturday, January 15, 2011

Disable Driver Signing in Windows 7

Disable Driver Signing in Windows 7: "Go to the Start menu and type cmd.exe in the Search Bar. Right click on cmd.exe and choose Run as Administrator.

If you have the UAC turned on, choose Yes to proceed. Otherwise, you should see the command windows opened already. In the shell window, copy paste the following and hit Enter.
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
You’ll get a confirmation that the operation completed successfully"

No comments:

Post a Comment