I am trying to automate a process in the course of which unsigned drivers have to be installed. I need to suppress the request since obviously it is not desirable to require user interaction in an automated process. The system in question is Windows 7.
I think I ran across a registry key once the changing of which accomplished exactly what I wanted without requiring a reboot, but my research did not turn up anything helpful this time.
As of technologies, I can utilize the command line tools that come with windows as well as .NET 4. I do not want a third party solution.
Asked
Active
Viewed 696 times
0
-
It is obviously **desirable** to have user interaction for unsigned drivers. Why else did you think Microsoft spent time and money to put that warning in? Precisely to prevent shenanigans like yours. – MSalters Aug 11 '13 at 19:51
-
@MSalters On a closed system sold with specific hardware? It is indeed desirable for end users, but you would expect that Windows Embedded would allow me to control the environment that I sell. – Janis F Aug 11 '13 at 20:22
-
Your original question did not mention "Window Embedded", but that is rather relevant. – MSalters Aug 12 '13 at 06:39
-
@MSalters True, but there really isn't so much of a difference. – Janis F Aug 13 '13 at 18:59