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:
Procedure:
- Right click on Start Button.
- Click on Command Prompt (Admin).
- Copy the following code to the CMD window.
bcdedit.exe -set loadoptions DISABLE_INTEGRITY_CHECKS - Press Enter.
- Again copy the following code and paste it in the CMD window.
bcdedit.exe -set TESTSIGNING ON - Reboot the PC.
- 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.
SO glad to hear that you liked our post. Just try our dedicated app for blog, you will like it too. :)
ReplyDelete:)
ReplyDelete