How to accept install this driver software anyway error in PnPUtil.exe?
Hello, I use this script to automatically download drivers without internet.
Get-ChildItem "C:\users\user\Desktop\Drivers" -Recurse -Filter ".inf*" | ForEach-Object { PNPUtil.exe /add-driver $_.FullName /install}
But it says Windows can't verify the publisher of this driver software and I have to answer each time. I want to select "Install this driver software anyway" without asking the question. Is there are any way to do this?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Mashby1
3 years ago
I think you can only do silent installs with pnputil with signed certificates:
windows 10 - How do I install drivers silently with pnputil.exe? - Super User