Any news on bypassing driver signature test on 64bit Vista?

a_lex999

New Member

My Computer

I found this on the neowin forums. However, I had to run the driver before rebooting to make this stick.

Hope it helps.


Disable x64 driver verification:

In Vista x64 find the cmd.exe (<vista drive>:\Windows\System32\cmd.exe), right click on it and select "Run as Administrator"
In the box that opens type

bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
Press enter and reboot

(before anyone asks yes its DDISABLE, that's with two D's!)
Enable x64 driver verification:
find the cmd.exe (<vista drive>:\Windows\System32\cmd.exe), right click on it and select "Run as Administrator"
In the box that opens type

bcdedit -deletevalue loadoptions
Press enter and reboot

And that all there is to it!
 

My Computer

Back
Top