How To Disable Driver Signature Enforcement In Windows 10

How to disable driver signature enforcement


Hi surfers, I am back with another tutorial to disable driver signature enforcement in Windows 10. Many a times we need to install a driver downloaded from third party sources and windows didn't allow us to install that driver. Well, I have a workaround to install that driver in the windows.

In order to achieve maximum security, Windows 10 requires digitally signed drivers. This is usually a good feature if you’re concerned about your safety, but sometimes its very annoying when we need to install a driver which is not digitally signed. 
You have to disable this check in your 64-bit Windows version.

Requirements: My post to help you guide, 64-bit OS running in your pc, the third party driver, some keyboard and mouse clicks😜

So, without wasting time lets follow the guide to disable driver signature enforcement. I will be providing you with the easiest way possible so that you don't face any errors.

Procedure:
  1. Right click on Start Button.
  2. Click on Command Prompt (Admin).
  3. Copy the following code to the CMD window.

    bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS
  4. Press Enter.
  5. Again copy the following code and paste it in the CMD window.

    bcdedit.exe -set TESTSIGNING ON
  6. Reboot the PC.
  7. Now Signing Enforcement is disabled.
Screenshot
  • In case you want to enable the driver signature enforcement just copy and paste the following code in CMD and press enter.

    bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS

    bcdedit.exe -set TESTSIGNING OFF
  • Don't forget to reboot the pc to enable it.

Do Comment ,Subscribe And Share my blog. If you have any questions about anything do comment below i will try to answer that as soon as possible.

2 comments:

  1. SO glad to hear that you liked our post. Just try our dedicated app for blog, you will like it too. :)

    ReplyDelete