Re: Driver Signature Enforcement Disabled Error
@BocuNoMiko Please verify that your drivers are all up-to-date and that your OS does not have any updates waiting.
If this does not work then try to do the following.
Open CMD in Admin mode.
Enter: bcdedit.exe -set TESTSIGNING OFF
And press enter.
If you get the error: ""The value is protected by Secure Boot policy and cannot be modified or deleted""
Then restart your pc > go to Bios > Disable Secure Boot > Save and restart the pc and try again.
If you still have issues or it says "Not found"
Do the command: sfc /VERIFYFILE=C:\windows\system32\bcdedit.exe
If its no issues with the file you should get a msg saying it did not find any integrity violations.
If your file is damage however please do the command:
sfc /scannow
Hope this helps and fix your issue!
If this does not work then try to do the following.
Open CMD in Admin mode.
Enter: bcdedit.exe -set TESTSIGNING OFF
And press enter.
If you get the error: ""The value is protected by Secure Boot policy and cannot be modified or deleted""
Then restart your pc > go to Bios > Disable Secure Boot > Save and restart the pc and try again.
If you still have issues or it says "Not found"
Do the command: sfc /VERIFYFILE=C:\windows\system32\bcdedit.exe
If its no issues with the file you should get a msg saying it did not find any integrity violations.
If your file is damage however please do the command:
sfc /scannow
Hope this helps and fix your issue!