Disabling Device Driver Signing in Vista

John Savill

March 6, 2007

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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

About the Author

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.

You May Also Like