How do You stop Vista from Blocking unsigned drivers

  • Thread starter Thread starter Kue2
  • Start date Start date
K

Kue2

How do You stop Vista from Blocking unsigned drivers? I want to beta test a
program & Vista keeps blocking the unsigned drivers.
 
F8 during starup and select the option to turn off the unsigned driver
check. This is not a persistent setting from one reboot to the next.
 
Thanks Colin ! that works great!

Colin Barnhorst said:
F8 during starup and select the option to turn off the unsigned driver
check. This is not a persistent setting from one reboot to the next.
 
Installing an Unsigned Driver During Development and Test (Windows Vista)
http://msdn2.microsoft.com/en-us/library/aa906338.aspx
This one even includes a registry modification to allow unsigned drivers
to
load on a permanent basis.

Registry settings mentioned in article you are referring to control how
unsigned drivers are handled WHEN kernel debugger is attached to the system.
Attaching debugger automatically disables driver signing enforcement so if
developer wants to use debugger AND check for problems associated with the
fact that drivers are not signed at the same time, s/he can use these
registry settings to control driver signing checks. However they have
nothing to do with allowing unsigned drivers to load on permanent basis.
 
Alexander:
Thanks for pointing that out.
Carlos

Alexander Suhovey said:
Registry settings mentioned in article you are referring to control how
unsigned drivers are handled WHEN kernel debugger is attached to the system.
Attaching debugger automatically disables driver signing enforcement so if
developer wants to use debugger AND check for problems associated with the
fact that drivers are not signed at the same time, s/he can use these
registry settings to control driver signing checks. However they have
nothing to do with allowing unsigned drivers to load on permanent basis.
 
Back
Top