Windows驱动自签名
2022-05-07
442
0
需要makecert.exe和signtool.exe这两个开发工具带的程序
生成证书
makecert -r -pe -ss pnpon -n "CN=pnpon.com" pnpon.cer
签名
signtool sign /v /s pnpon /t http://timestamp.verisign.com/scripts/timstamp.dll dirver.sys
就签好了
关驱动强制签名是不可能关驱动强制签名的,Windows 10 1803以后是不可能关的,但是打开测试模式可以使用自签名证书
bcdedit -set NOINTEGRITYCHECKS ON
bcdedit -set TESTSIGNING ON
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS