Basically, Signature Verification contains an Electronic-Fingerprint that determines whether the driver is developed by the same manufacturer as that of the device’s and also whether the driver has been modified or not (it’s digitally signed or not). The only purpose of Driver Signature Verification is to improve the security of the hardware of the device so that invalid or malfunctioned driver does not cause any harm. The reason we’re here today is already explained above, but needs a little more light, so to make it clear I’ll just share my very own experience.
- Move your Mouse Pointer to the right side of your PC’s screen in order to get into the configuration bar in Windows 8.
- Click on “Settings” now.
- In settings, click on “Change PC Settings”.
- Once in PC Settings, click on “Update & Recovery”.
- In update and recovery click on “Recovery”.
- Now in recovery, on the right side you will find Advanced Startup Option.
- Click on “Restart Now” under the Advanced Startup option.
-
- Your Laptop or PC will restart now, once it boots into the Advanced startup mode, click on Troubleshoot.
- In troubleshoot, click on “Advanced Options”.
- In Advanced Options, click on “Startup Settings”.
- Startup Settings menu will show you the options you can have once you click on “Restart” button.
- You will now have the choice to pick up the action you want to take, it is most probably Driver Signature verification here. Pressing F7 key will do the job for you. As ssoon as you press the F7 key, your PC or Laptop will reboot having the Driver Signature Verification disabled.
Credit - http://techbeasts.com
Advance Command prompt
Open a command prompt as an admin and type:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS (hit Enter)
bcdedit -set TESTSIGNING ON (hit Enter)
I might have rebooted after that. That put the machine in test mode, like I was going for, and allowed me to install the unverified test driver.
Another Way
Local Group Policy Editor (gpedit.msc),
go to
User Configuration|Administrative Templates|System|Driver Installation
and set the Code signing for device drivers
policy to Disabled.
Or, if it does not work (because the policy only seems to work on NT5), try restarting the system, pressing F8 when on boot menu and choosing option to start without driver signature verification. Try Shift+F8 as well.
No comments:
Post a Comment