Current location - Quotes Website - Signature design - How to turn off the forced signature of win 10 system?
How to turn off the forced signature of win 10 system?
The steps are as follows:

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

2. Execute the following command (after copying is completed, click the right mouse button at the command prompt to finish pasting, and then press Enter to execute):

Bcdedit.exe/ set non-integrity check on.

3. After the command is executed immediately, if you want to restore the default authentication, you can execute the following command:

Bcdedit.exe/ set non-integrity check off.

If there is an unsigned hardware driver available, try to run the first command, and maybe the problem caused by it can be solved temporarily. However, Microsoft's driver mandatory signature policy is also for security reasons. If you don't encounter similar problems, it's best not to turn off signature verification.