Home > Article > System Tutorial > How to open test mode in win10
php editor Zimo will introduce you how to open win10 test mode. Win10 test mode is a developer mode that can run undigitally signed software in the system. There are two ways to turn on the test mode: one is to turn it on through the system settings, enter "Settings" - "Update and Security" - "Recovery", select "Restart now" in "Advanced startup", and then select "Troubleshooting" on the startup interface. Answer"-"Advanced Options"-"Startup Settings"-"Restart", and finally press the F7 key to turn on the test mode. The second is to open it through the command line, press the Win
1. Right-click Start, then select Command Prompt Administrator
2. Enter: bcdedit / set testsigning on and press Enter;
3. Then the computer will display the words test mode. If you don’t want to operate, then enter: bcdedit /set testsigning off and press Enter. It can be turned off.
The above is the detailed content of How to open test mode in win10. For more information, please follow other related articles on the PHP Chinese website!