Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
March 6, 2007
Q. How can I disable device driver signing in Windows Vista?
A. To disable device driver signing in Vista, you must set it at boot level by using this command:
C:>bcdedit /set nointegritychecks ON
To re-enable device driver signing, use this command:
C:>bcdedit /set nointegritychecks OFF
—John Savill
You May Also Like