2 Steps to Install Driver without Digital Signature Windows 10

User Author

Achilles.H

December 17,2021

Microsoft uses digital signature feature to help us protect our computers against malware or virus, but sometimes this feature may be annoying. For instance, you want to build a driver without digital signature on your PC for some reason but you just can’t.

This post is to tell you that you could take just 2 steps to disable integrity check & install driver without digital signature in Windows 10, 11, and 7.

Step 1:

Type cmd on the search box, right-click Command Prompt App, and then tap Run as administrator. ( Select Yes if prompted.)

run cmd

Step 2:

Copy the command below, right-click to paste it to Command Prompt, and then press Enter key.

bcdedit /set nointegritychecks on
press enter

After that, there will be The operation completed successfully.

TIPS

If you want to check if it works, continue to type bcdedit on the CMD window and press Enter. You should see Yes beside nointegritychecks.

nointegritychecks yes