Current location - Quotes Website - Personality signature - How to turn off driver signature enforcement in win10
How to turn off driver signature enforcement in win10

1. Right-click on the start button and select "Command Prompt (Administrator)" 2. Execute the following command (after copying, right-click on the command prompt to complete the paste, and then press Enter key to execute):

bcdedit.exe /set nointegritychecks on

3. The command is executed instantly. If you want to restore the default verification, execute the following command:

bcdedit.exe /set nointegritychecks off

If you have unsigned hardware drivers to use, you might as well try running the first command. Maybe the problem caused by this can be temporarily solved. However, Microsoft's driver mandatory signature policy is also for security reasons. If you do not encounter similar problems, it is better not to turn off signature verification.