How do I disable driver signature enforcement in windows 8.1 permanently ?

Discussion in 'Windows 8' started by DEBKOL35, Nov 4, 2013.

  1. DEBKOL35

    DEBKOL35 MDL Senior Member

    Mar 20, 2009
    285
    19
    10
    How do I disable driver signature enforcement in windows 8.1 permanently ? I dont want to use that advance restart option all the time... is it possible?
     
  2. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
    #2 Tito, Nov 4, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    Enable
    
    bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
    bcdedit -set TESTSIGNING ON
    
    Disable
    
    bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
    bcdedit -set TESTSIGNING OFF