How to get rid of the "Windows can't verify the publisher of this driver software" window? Policy setting didn't work.
I have tried the following suggested solutions however neither one has worked. I am working on Driver Validation test automation using C# language and I would like to avoid the user interaction while installing/uninstalling drivers. Could you please help me getting rid above security warning?
Two ways I have tried which did not work:
Command line:
open the command line with "Run as Administrator" and excute the following commands:
bcdedit.exe -set load options DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
Restart your computer
Policy:
- Open
gpedit.msc
- Expand User Configuration> Administrative Templates > System > Driver Installation
- In the right panel, double click on ‘Code Signing for Device Drivers’.
- Choose ‘Enabled’ in the window that appears. In the underlying options, choose ‘Ignore’. This disables drivers signing in Windows 7, and now you can install unsigned drivers in Windows 7.
- Click Apply, OK. Restart your computer to install unsigned drivers.
The solutions provided by the tech expert members didn't solve my problem. Can anybody provide a working solution? I would be highly appreciate it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…