Release Preview can't enable Testsigning?

Discussion in 'Windows 8' started by kocoman, Jun 5, 2012.

  1. kocoman

    kocoman MDL Senior Member

    May 16, 2007
    358
    6
    10
    In administrator dos, I tried the bcdedit /set and -set, rebooted, and bcdedit shows its enabled in bcdedit, yet the watermark never shows..
     
  2. SOCRATE_MMXII

    SOCRATE_MMXII MDL Expert

    Jan 25, 2012
    1,033
    318
    60
    #2 SOCRATE_MMXII, Jun 5, 2012
    Last edited by a moderator: Apr 20, 2017

    To enable TESTSIGNING:

    Code:
    Bcdedit.exe -set TESTSIGNING ON


    To disable TESTSIGNING:

    Code:
    Bcdedit.exe -set TESTSIGNING OFF


    Restart computer to apply setting after typing the command in Start -> Run -> cmd




     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. FerrumMaster

    FerrumMaster MDL Junior Member

    Jun 5, 2012
    66
    20
    0
    I had to use

    Bcdedit.exe /set TESTSIGNING ON