Dezactivare permanenta Driver Signature Enforcement

From Idrive
Revision as of 10:36, 8 October 2015 by Sasha (talk | contribs)
Jump to navigation Jump to search

Disabling Driver Signature Enforcement In Windows 8 Permanently

Step 1. Open the Windows command promt as “Run as Administrator”.

Step 2. Run “bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS” (without the “”).

Step 3. To finalize the process run “bcdedit -set TESTSIGNING ON” (without the “”).

Step 4. Reboot and you’re done.

This method it leaves a watermark saying you are in test mode until you disable it again.

WARNING: if the procedure is executed remotely, the reboot should be executed with the fallowing command from Run or cmd.exe:

shutdown -r -f -t 0

to avoid hanging up the restart.