Home  >  Article  >  System Tutorial  >  How to disable driver signature in Win10 Education Edition

How to disable driver signature in Win10 Education Edition

王林
王林forward
2024-02-22 17:34:42966browse

php Editor’s guidance: The method to disable driver signatures in Win10 Education Edition is simple and easy. In the Win10 system settings, find the "Update & Security" option, select "Recovery", enter "Advanced Startup", and click "Restart Now". Once in Advanced Options, select Enable Disable Driver Signature Enforcement. This way the system will no longer force driver signature verification. This operation is applicable to Win10 Education Edition system and can help users manage system drivers more conveniently.

How to disable driver signature in Win10 Education Edition

1. First, right-click the menu and click Command Prompt in the pop-up option bar.

How to disable driver signature in Win10 Education Edition

#2. Enter bcdedit.exe /set nointegritychecks on in the run command prompt.

How to disable driver signature in Win10 Education Edition

#3. If a success prompt appears after clicking OK, it means that driver signature has been disabled.

4. If you want to restore the driver signature, just enter bcdedit.exe /set nointegritychecks off in the run command prompt and click OK.

How to disable driver signature in Win10 Education Edition

#5. It should be noted that the above operations require the user to run as an administrator, otherwise an access denied prompt will appear.

The above is the detailed content of How to disable driver signature in Win10 Education Edition. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete