Turn off digital signature [Windows 64bit OS test driver数字签名出错的解法]

ZZ from:

http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/how-to-i-turn-off-digital-signature/a7047647-bf29-468f-a885-8e23d60f3daa


总结起来有两种办法:

1,将打开 testsign, 并设置 loadoptions DDISABLE_INTEGRITY_CHECKS

2,通过F8安全模式,选择 “Disable Driver Signature Enforcement” 模式进OS

具体方法如下:

1,

a)在开始菜单->搜索中输入 “cmd”,看到提示后,右键选择 “以管理员身份运行”

b)输入:bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS

c)输入:bcdedit.exe -set TESTSIGNING ON

d)重新启动


2,

开机后,按F8,出现提示后,选择

Disable Driver Signature Enforcement




Hello ineedwin7help,


Thank you for posting to the Microsoft Answers Forum.

If you want to set the options for disabling the Digital Signature check to allow for unsigned drivers.

1. Open the Command Prompt window by clicking the Start button, clicking All Programs, clicking Accessories, and then Right clicking Command Prompt and select "Run as Administrator".

2. On the Command Prompt type in the command 

bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS"

 and 

"bcdedit.exe -set TESTSIGNING ON" ” without the quotes.

This should help to disable the Digital Signature.

Another option that might work for you is to Press F8 key upon initial system boot up, and then select 

Disable Driver Signature enforcementfor that boot session. 

However, users have to apply this option every shutdown and restart. An easy solution to the hassle is put computer into sleep or hibernate mode instead of shutting down everytime.

Please reply back and let us know if these suggestions helped to resolve your issue as it may benefit others with the same problem.

Sincerely,

Marilyn 
Microsoft Answers Support Engineer 
Visit our Microsoft Answers Feedback Forum and let us know what you think




你可能感兴趣的:(Driver)