15th May 2024

Windows Test Mode Problem And Solution

I restarted my Windows 10 computer because it was frozen. After opening, the text “Test Mode Windows 10 Home Build 19041.vb_release.191206-1406” appeared at the bottom right. We will do the following to remove this Test Mode. This error usually appears on your Windows desktop when you have an application in the testing phase installed or after Windows updates because it uses drivers not digitally signed by Microsoft.

Note: The solution we made is valid in all versions of Windows.

Test Mode Windows 10
Test Mode Windows 10

Command-line

  • Run the command line as an administrator. If we do not run the command line as an administrator, we will not be doing this.
command line
command line

 

  • We paste the codes below into the command line and click the Enter button. We are restarting the computer after receiving the “Operation completed successfully” warning.
    C:\WINDOWS\system32>bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
    The operation completed successfully.
    
    C:\WINDOWS\system32>bcdedit.exe -set TESTSIGNING OFF
    The operation completed successfully.
    
    C:\WINDOWS\system32>
bcdedit.exe
bcdedit.exe

 

  • Finally, we restarted the computer. We have fixed the problem as seen in the picture below.
Test Mode Solution
Test Mode Solution

LEARN MORE  What is Microsoft Exchange Server? Installing Exchange Server 2016

Leave a Reply

Your email address will not be published. Required fields are marked *