Share via

Test Sign mode

Anonymous
2018-04-08T17:42:30+00:00

Hello!

I have an issue with Test sign mode.

I can't turn it off.

I've tried typing commands to prompt such as:

bcdedit -set TESTSIGNING OFF

or

bcdedit.exe -set TESTSIGNING OFF

non of them worked!

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2018-04-09T19:55:37+00:00

    Hi Koutz,

    The test mode message indicates that the test signing mode of the operating system is started on the computer. The test signing mode may start if an installed program is in a test phase because it uses drivers that are not digitally signed by Microsoft.

    I'd like to know some details of the concern to help provide the appropriate resolution. Kindly answer the following question below:

    • Which build and version of Windows 10 are you running?
    • Is BitLocker enabled on your computer?

    For you to disable the test mode, you will need to run it as an administrator. To do this:

    1. Search cmd on the taskbar then right-click on Command Prompt then select Run as administrator. If you are prompted by a User Account Control window, tap or click Yes.
    2. In the Command Prompt window, type the following command, and then press Enter:bcdedit -set TESTSIGNING OFF
    3. After you see the confirmation, close the Command Prompt window.
    4. Save any unsaved work, and then restart the computer.

    If it still wouldn't disable the test mode, I suggest that you enable the built-in administrator account so you can disable this feature. Please note that you will be using this solely for troubleshooting purposes only. I do recommend disabling this after the troubleshooting to avoid messing up your computer's functionality.

    To enable the built-in administrator account, follow these steps:

    1. Type cmd in the search bar, right-click Command Prompt, and then click Run as Administrator.
    2. When you are prompted by User Account Control, click Continue.
    3. At the command prompt, type net user administrator /active:yes, and then press Enter.
    4. Type net user administrator <Password>, and then press Enter.

    Note In this command, <Password> represents the actual password that you want to set for the administrator account. 5. Type exit, and then press Enter. 6. Log off the current user account. 7. Log back in with the admin account then disable the test mode by following the steps above or you can refer to this link.

    To disable the built-in administrator account, follow these steps:

    1. Type cmd in the search bar, right-click Command Prompt, and then click Run as Administrator.
    2. When you are prompted by User Account Control, click Continue.
    3. At the command prompt, type net user administrator /active:no, and then press Enter.
    4. Type exit, and then press Enter.
    5. Log off the current user account.

    Update us with the results.

    Was this answer helpful?

    0 comments No comments