Current location - Quotes Website - Signature design - How to disable signatures in Windows 10
How to disable signatures in Windows 10

Tool material: computer + win10

The method to permanently disable Win10 driver forced signature is as follows:

Method 1:

1. Before performing the following operations, please close all running programs.

2. Click on the Start menu, click on Computer Settings, if not, click on All Applications, find and click on Computer Settings (zPC Settings)

3. In the Computer Settings interface, Click Update and recovery on the left

4. In the update and recovery interface, click Recovery on the left and find Restart now under the Advanced startup item in the right window (Restart now), click Restart the computer now

5. After the computer restarts, in the select an option interface, click Troubleshooting

6. In the troubleshooting interface, click Advanced Options

p>

7. In the advanced options interface, click Startup Settings

8. In the startup settings interface, find and click Restart

9. The computer will restart again. After restarting, Start the settings interface and click "Disable Driver Signature Enforcement"!

Method 2:

1. Right-click on the Start button and select "Command Prompt (Administrator)" ”

2. Execute the following command (after copying, right-click the mouse in the command prompt to complete the paste, and then press the 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

Note: If there are unsigned hardware drivers that need to be used, run the first command and the resulting problem 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.