I have written an application that will clean up a clients
workstation of approx 40 drivers. After their removal the
printer objects will be pushed down via NDPS. I need the
install to be seamless and some of the drivers are
unsigned and thus prompt for user interaction. I know
which registry key is determined by this
(HKLM\Software\Microsoft\Driver Signing) but what I dont
know is how to make this setting effective without
rebooting.
What I need to do is disable it when the program executes
and reenable it when it terminates. Are there any APIs or
code examples that would help me accomplish this?
|