Disable Vista Driver signing verification

Pyr0

New member
If anybody would like to try disabling the driver signing in Vista x64 so there's no need to use the F8 boot menu at each reboot, try this:

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

In the box that opens type

Code:
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
Press enter and reboot

Test by loading something simple such as cpu-z or core temp

Also, If needed, the entry can be easily removed with the command:

Code:
bcdedit -deletevalue loadoptions

It's been brought to my attention that this code will also disable playback of protected content from HDDVD/Bluray (or at least not without it being downmixed)

Since i'm not looking at spending around £500 for a new drive, just so I can be told where, when and how I can play my media, this doesn't bother me. But i thought i'd better post a warning for others, just-in-case

At least unprotected content plays just fine :rolleyes:
 
Nice little command for peeps :)

name='Pyr0' said:
In the box that opens type

Code:
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
Press enter and reboot

Test by loading something simple such as cpu-z or core temp

Will that mean vista can load unsigned rootkits? ;)
 
i'll let you test that m8 :P

to be honest i'm not bothered by vista's increased security, XP was secure enough for me with a good AV and a router

personally, the only reason for me to run vista is for dx10

[edit] w00t! sticky :D
 
Thx

Great! Thanks for the command

"bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS"

It finally allowed me to get rid of that stupid driver verification, my Bluetooth installation was caught in a loop by it... Anyway, thanks!
 
Hehehe, yea, the previous post was from 2007. Well, that's google for ya - Oh, and I've got SP1 and it seemed to work for me :)
 
Back
Top