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

    Feb 20, 2020
    2
    0
    0
  2. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,069
    3,447
    90
    Try these two commands:
    Code:
    bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
    bcdedit.exe -set TESTSIGNING OFF
     
  3. eXoNecro

    eXoNecro MDL Novice

    Feb 20, 2020
    2
    0
    0
    I try these two commands and restart my PC, but the message is still there.