Since I cannot do a silent install with PnPUtil (it shows the trust dialog), I am looking to use PnPUNattend:
- Add a required registry pointer to the directory containing the INF and signed CAT files
- Run PnPUnattend
- Delete entries
But in auditing with the command, there is something wrong with the way I interpret the registry entry. This is what I tried:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\UnattendSettings\PnPUnattend\Dri verPaths]
"Path1"="C:\\Temp\\"
(there is no space in DriverPaths - this is just on this web page...)
It results "No Driver Paths found." Can anybody point me to the errors of my ways?
- Add a required registry pointer to the directory containing the INF and signed CAT files
- Run PnPUnattend
- Delete entries
But in auditing with the command, there is something wrong with the way I interpret the registry entry. This is what I tried:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\UnattendSettings\PnPUnattend\Dri verPaths]
"Path1"="C:\\Temp\\"
(there is no space in DriverPaths - this is just on this web page...)
It results "No Driver Paths found." Can anybody point me to the errors of my ways?
Comment