How to Disable Test Mode in Windows 11, How to Turn off Test Mode on Windows 10, How To Remove Test Mode Watermark From Windows 10, Removing the Test Mode Watermark From the Windows 10
Contents
Windows Test Mode
Windows has some security methods. One of them is driver signatures. Normally, Windows will not allow you to install Official, ie unsigned drivers for security reasons. To be able to install unsigned drivers, you need to disable Driver signature enforcement.
When you restart the computer after disabling driver signature enforcement, the Test Mode version and build numbers appear in the lower right corner of the Desktop. This article will not go away without turning off driver signature enforcement. To do this, simply do the following:
How to Disable Test Mode in Windows 10
Method 1: Turn Off Test Mode with msconfig
- Press the Win+R keys together on your keyboard. The Run window will open. Type “msconfig.exe” in the Open field and press the OK Button.
- When the system configuration screen is opened, while in the “General” tab; Select the “Normal startup” option from the “Startup Selection” section.
- Finally, click the “OK” button to save the processes and restart the computer.
Method 2: Turn Off Test Mode with CMD
To open the command prompt, click on the Start menu, type “CMD” in the window that opens and Right click on the Command prompt result and run as Administrator. To turn off Test Mode, copy the code below and enter the command prompt window and press ENTER.
1 | bcdedit.exe /set nointegritychecks off |
Finally, restart the computer.