How to disable the "Test mode" message that is displayed in Windows

Discussion in 'Windows 10' started by eXoNecro, May 26, 2020.

  1. eXoNecro

    eXoNecro MDL Novice

    Joined:
    Feb 20, 2020
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
  2. pf100

    pf100 MDL Expert

    Joined:
    Oct 22, 2010
    Messages:
    1,906
    Likes Received:
    3,055
    Trophy Points:
    60
    Try these two commands:
    Code:
    bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
    bcdedit.exe -set TESTSIGNING OFF
     
  3. eXoNecro

    eXoNecro MDL Novice

    Joined:
    Feb 20, 2020
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I try these two commands and restart my PC, but the message is still there.