The Easy Way to Disable Driver Signature Enforcement on Windows 7/8/10

There are some phones that experienced a failure in installing the drivers. Caused by the signature of the driver itself. Such as for Xiaomi that flashing may sing Mi Flash in windows 64 bit obligated to do this.





Windows 7:

1. Open the Start Menu and go to All Programs.
2. Select Accessories
3. Right click on "Command Prompt" and click "Run As Administrator"
4. Typing the command below.
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS

bcdedit.exe -set TESTSIGNING ON

5. Press enter on each command, Restart
6. Now the Driver Signature already in shutdown
7. to reactivate, please repeat the above command, but in the second command change "ON" to "OFF"

Windows 8.1 and Windows 10:

1. Press Windows button + X and then select Command Prompt (Admin)
2. Input command under

bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS

bcdedit.exe -set TESTSIGNING OFF
 
3. Press enter in each command, Restart
4. Now the Driver Signature already in shutdown
5. To reactivate, please repeat the above command, but in the second command change "ON" to "OFF"

Post a Comment for "The Easy Way to Disable Driver Signature Enforcement on Windows 7/8/10"