Disabling Win driver signature

bcdedit should disable it permanently

http://www.drivethelife.com/windows-drivers/how-to-disable-driver-signature-enforcement-on-windows-10-8-7-xp-vista.html

bcdedit /set testsigning on

https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO5565&actp=search&viewlocale=en_US&searchid=1381952841942#

http://stackoverflow.com/questions/7258613/driver-install-fails-because-cross-signing-chain-doesnt-contain-microsoft

https://support.globalsign.com/customer/portal/articles/1698751-ev-code-signing-for-windows-7-and-8

https://github.com/pbatard/libwdi/wiki/Signed-Driver-Walkthrough#Globalsign

https://msdn.microsoft.com/en-us/windows/hardware/drivers/develop/signing-a-driver-for-public-release

https://www.digicert.com/code-signing/driver-signing-in-windows-using-signtool.htm

Leave a comment