How do You stop Vista from Blocking unsigned drivers

K

Kue2

How do You stop Vista from Blocking unsigned drivers? I want to beta test a
program & Vista keeps blocking the unsigned drivers.
 
C

Colin Barnhorst

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.
 
K

Kue2

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.
 
A

Alexander Suhovey

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top