Home  >  Article  >  System Tutorial  >  How to Disable Test Mode in Windows 11

How to Disable Test Mode in Windows 11

王林
王林Original
2024-08-05 14:06:22486browse

Recently, some users have happened to enter system's test mode after upgrading to Windows 11. It is upset that there is a watermark on the bottom right corner of screen.

Incompatible drivers or applications may result in entering test mode. It is a special system mode that allows developers to install and run drivers or applications without digital signature for development or test. Unsigned applications, however, increase the security risk to the system and reduce its stability if you don't disable test mode.

Therefore, this article will illustrate how to disable test mode in Windows 11 with two practical methods.

How to Disable Test Mode in Windows 11


  • Method 1: Disable test mode with "set testsigning off" command line
  • Method 2: Disable test mode with "set nointegritychecks off" command line

Note: If you access test mode, you can see a watermark displays on desktop.

How to Disable Test Mode in Windows 11

Method 1: Disable test mode with "set testsigning off" command line

Step 1: Click Search icon on taskbar and input "cmd" in search box. Choose Command Prompt from search results, and then select Run as administrator on the right, entering CMD panel.

How to Disable Test Mode in Windows 11

Step 2: Type "bcdedit /set testsigning off/" command and then hit Enter key.

How to Disable Test Mode in Windows 11

Step 3: This operation has been finished if you get the following message.

How to Disable Test Mode in Windows 11

Step 4: Click Restart button to reboot your computer and you have exited the test mode when you enter system again.

How to Disable Test Mode in Windows 11

Method 2: Disable test mode with "set nointegritychecks off" command line

Step 1: As in Step 1 of Solution 1, run Command Prompt as administrator.

Step 2: Input "bcdedit /set nointegritychecks off", and then press Enter key.

How to Disable Test Mode in Windows 11

Step 3: Wait for a while and you will see the information "This operation is complete successfully".

How to Disable Test Mode in Windows 11

Step 4: Reboot your computer to disable Windows 11 system test mode completely, and watermark disappears from screen.

The above is the detailed content of How to Disable Test Mode in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn