0% found this document useful (0 votes)
94 views

How To Disable Driver Signature Enforcement Permanently

Uploaded by

Hashim Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views

How To Disable Driver Signature Enforcement Permanently

Uploaded by

Hashim Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

How to Disable Driver Signature

Enforcement Permanently
If you want to permanently disable driver signature enforcement,
now you can follow the instructions below to do this job with ease.

Disable Driver Signature Enforcement Permanently with


Command Prompt

Step 1: Type cmd in the Search bar, right-click Command


Prompt and then choose Run as administrator to open it with
administrator privileges.

Step 2: Type the command: bcdedit.exe /set


nointegritychecks on and then press Enter to run the
command.

Tip: In order to disable driver signature enforcement, you can


also try to run these two commands:
bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON

Step 3: Close the Command Prompt window and restart your


computer.

After you finish all the steps above, now you should disable driver
signature enforcement permanently and then you can install
unsigned drivers what you want.

How to Enable Driver Signature


Enforcement If Needed
You can also enable driver signature enforcement back again
whenever you need. Here is a quick guide on how to do this job.

Step 1: Open Command Prompt as administrator again by


following the instructions mentioned above.

Step 2: Once the Command Prompt window is opened,


enter cdedit.exe /set nointegritychecks off and then
press Enter to execute this command.
Tip: Alternatively, you can also enter the following lines:
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF

Step 3: Now reboot your computer.

After you finish running the command(s) above, you should re-
enable driver signature enforcement.

You might also like