Friday, April 25, 2008

Driver Signature Enforcement Overrider

Driver signature enforcement in Windows Vista and later versions requires all kernel-mode drivers to be signed with a digital certificate. Plenty of 3rd party applications that rely on such drivers can no longer function since most software developers are simple individuals and code signing certificate is expensive. Officially, there is only a temporary solution to disable driver signature enforcement (to press F8 during system startup). Driver Signature Enforcement Overrider is a permanent solution to load unsigned kernel-mode drivers by using TESTSIGNING mode with a test-signed digital certificate.

[Read more…]