Home » How To » How to Disable Driver Signature Enforcement on Windows 10

How To Disable Drive Signature Enforcement in Windows 11 & 10

Want to install unsigned drivers? You need to disable driver signature enforcement in Windows 11 & 10 to do that. Here’s how to do it.

By default, both Windows 10 and Windows 11 require a valid signature to verify and install a driver. If a driver does not have a valid digital signature, Windows cannot verify its integrity and blocks you from installing it. It is a built-in security feature to protect you from installing malicious drivers. While this is a good thing, there may be situations where you want to install unsigned drivers. For example, maybe you are installing an old driver, modifying or developing a driver, etc. Whatever your specific use case is, you can easily disable driver signature enforcement in three ways. Once disabled, you can install any unsigned driver without warnings or blocking.

Unsigned driver warning windows

In this quick and easy guide, I will show you three methods to disable driver signature enforcement. Let’s get started.

Before You Start

  • Administrator rights are required to disable driver signature enforcement.
  • Please think twice and only disable this feature if it is absolutely required. Never disable it because someone told you, you saw a prompt in your system, or a tutorial recommended it.
  • Create a system restore point before proceeding.

Disable Driver Signature Enforcement Using Advanced Startup Options

The advanced startup options allow you to disable driver signature enforcement temporarily. i.e, once you reboot the system next time, the driver signature enforcement will be automatically enabled. This is the recommended method for most users, as you don’t have to re-enable the feature manually.

  1. Press “Windows key + I” to open Settings.
  2. Go to the “Windows Update” > “Advanced options” page.
  3. Click the “Recovery” option.
  4. Click the “Restart now” button next to “Advanced startup“.
  5. Go to the “Troubleshoot” > “Advanced Options” page in the advanced startup screen.
  6. Click the “See more recovery options” option.
  7. Click the “Start-up settings” option.
  8. Click the “Restart” button.
  9. Press “7” on your keyboard.
  10. Windows will automatically reboot in the driver signature enforcement feature disabled state.
  11. You can now install drivers that do not have a valid digital signature.
  12. Once done, restart your system normally, and driver signature enforcement is enabled automatically.

Detailed Steps (With Screenshots)

First, we must open the Settings app. To do that, press the “Windows key + I” shortcut. Next, go to the “System” > “Recovery” page. Here, click the “Restart now” button next to the “Advanced Startup” option.

Note: On Windows 10, go to the “Update and Security” > “Recovery” page in the Settings app. Next, click on the “Restart now” button under the “Advanced Startup” section.

Disable driver signature enforcement 00

The above action reboots your system to the advanced startup screen. Here, select the “Troubleshoot” > “Advanced options” option. Next, click the “See more recovery options” link.

Disable driver signature enforcement 01

On this screen, click the “Start-up settings” option.

Disable driver signature enforcement 02

Click on the “Restart” button.

Disable driver signature enforcement 03

The above action shows a list of startup options with numbers before them. Find the “Disable driver signature enforcement” option and press the number associated with it. In my case, that is “7“.

Disable driver signature enforcement 04

As soon as you press the relevant number, Windows will automatically restart with driver enforcement disabled. Once restarted, you can install unsigned drivers.

After installing the unsigned driver, restart your system normally, and the driver signature enforcement will be automatically enabled.

Disable Drive Signature Enforcement Using Command Prompt

If you want to disable driver signature enforcement permanently (not recommended), you can use the Command Prompt to disable integrity checks. Here’s how.

  1. Open the Start menu by pressing the “Windows” key.
  2. Search for “Command Prompt” and select “Run as administrator“.
  3. Run the following command to disable driver signature verification.
    bcdedit /set nointegritychecks on
    Disable driver signature enforcement 05
  4. Close the Command Prompt window.
  5. Restart your computer.

With that, you’ve permanently disabled driver signature verification. From now on, you can install an unsigned driver just like any other signed driver.

To enable driver signature enforcement, run the following command in an admin Command Prompt.

bcdedit /set nointegritychecks off

Disable Driver Signature Enforcement by Enabling Test Signing Mode

As an alternative, you can enable test signing mode to disable driver signature enforcement. Here’s how

  1. Launch the Start menu by clicking the “Windows icon” on the taskbar.
  2. Search for “Command Prompt” and select the “Run as administrator” option.
  3. Run the following command in the command-line window.
    bcdedit /set testsigning on
    Disable driver signature enforcement 06
  4. After that, restart your system to apply the changes.
  5. Once the system has been restarted, you can install an unsigned driver without warnings.

To enable driver signature enforcement, turn off the test signing mode with the command below and restart your system.

bcdedit /set testsigning off

Wrapping Up — Disabling Driver Signature Enforcement in Windows

As you can see, you have three methods to quickly and easily disable the drive signature enforcement feature on Windows 11 and Windows 11. That being said, only disable this feature when you know what you are doing and not as a recommendation or prompt from software, an online tutorial, or other users.

If you wish to disable it, I recommend you follow the first method, as it is temporary and automatically enables this security feature on reboot. However, if you want this change to be permanent, you can follow one of the second or third methods. Keep in mind that you can always enable the drive signature enforcement if and when needed, no matter which method you follow.

If you have any questions or need help, comment below. I’ll be happy to assist.

Good to know:

Leave a Comment

Your email address will not be published. Required fields are marked *