Site icon Faces of IT

Permanently Disable Driver Signature Enforcement to Install Unsigned Drivers

Permanently Disable Driver Signature Enforcement to Install Unsigned Drivers

Permanently Disable Driver Signature Enforcement to Install Unsigned Drivers

You might have some drivers which does not have a digital signature which you need to install. It is a prerequisite for 64 Bit versions of Windows Vista, Win 7, Windows 8,8.1 as well as Windows 10 to have digitally signed drivers. Windows XP allowed you to continue with Unsigned drivers, but have caused BSOD screens and annoyed its users. To prevent this Microsoft has become much more strict in allowing hardware to installed unsigned drivers. For those who do need to install them, here is a post to explain step by step how to Permanently Disable Driver Signature Enforcement to Install Unsigned Drivers.

Also read how to enter Windows 10 Setup

By default on Windows 10 64 it, Driver Enforcement is enabled.

Steps to Disable Driver Enforcement

  1. Click on the the Start menu to Go-to Settings.
  2. Click on the option which says Update and Security.
  3. Click on the option which says Recovery.
  4. Click on Restart now which is under Advanced Startup.
  5. Click on the Troubleshoot option.
  6. Click on Advanced options.
  7. Click to open Startup Settings.
  8. Click on Restart.
  9. You can press press 7 or F7 on the Startup Settings in order to disable driver signature enforcement

Alternately you can also use the following options:

Shutdown /r /o and press the Enter key

Please note that Windows will not allow using SHA-1 code certificates on or after January 1st, 2017. You will need to use SHA-2

Completely Disable the Driver Enforcement Option

Windows key  + X in order to select Command Prompt(Admin)

Use BCD to change toggle the option as follows:

bcdedit /set testsigning on

In order to rollback type the following:

bcdedit /set testsigning off

You can install the required set of unsigned drivers and re-enable this option back on.

Read the Microsoft Community Answers Here.

Exit mobile version