July 9, 2021 . 1 MIN READ
http://tivadj-tech.blogspot.in/2012/09/certificate-check-error-when-installing.html
http://www.ivobeerens.nl/2012/08/08/enable-the-intel-82579v-nic-in-windows-server-2012/
I wonder why 64 and 32 bit OSs handle a driver’s signature differently…
To disable/enable driver signing as well as turning test signing on (seems to be an alternative approach) type:
bcdedit.exe /set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit.exe /deletevalue loadoptions — to undo the previous command
bcdedit.exe /set testsigning ON
bcdedit.exe /set testsigning OFF — to undo the previous command
Computer reboot is required.