You are on page 1of 2

Enable Test Mode

Open cmd.exe with Admin rights and enter the following commands:


bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON

Then reboot the PC and Windows will be loaded in Test Mode:

Disable Test Mode


Open cmd.exe with Admin rights and enter the following commands:
bcdedit.exe -set loadoptions DENABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING OFF

Reboot the PC and Windows will be loaded normally.


Disable Windows TestMode
Method 1
1. Click Start, and then type cmd in the Search box.

2. Under Programs, right-click cmd.exe, and then click Run as administrator.

3. At the command prompt, type the following text, and then press Enter:
bcdedit /set TESTSIGNING OFF

4. Close the Command Prompt window, and then restart your computer.
Note If this method does not resolve the issue, go to Method 2.

Method 2
1. Click Start, and then type cmd in the Search box.

2. Under Programs, right-click cmd.exe, and then click Run as administrator.

3. At the command prompt, type the following commands, and press Enter after each command:
bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS bcdedit.exe -set TESTSIGNING OFF

4. Close the Command Prompt window, and then restart your computer.

You might also like