#Drivers

1 post tagged Drivers

Turning off Driver Signing in Windows 7

· Errors, Software

To disable it, as administrator, open cmd.exe (win button + R -> cmd -> [enter]), and copy paste the following 2 lines:

bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe -set TESTSIGNING ON

Reboot, enjoy. No more annoying messages. :)