您的位置:首页 > 其它

Win10驱动数字签名的解决办法

2016-04-07 19:48 225 查看
方法一:采用高级重启的方式,点击打开链接

方法二:下载“EASYBCD”软件;

方法三:

参考:win8下如何按F8进安全模式

1,按“windows键+X”,选择“电源选项”

2,选择“选择电源按钮的功能”->“更改当前不可用的设置”,取消“启用快速启动”。

3,用管理员方式运行“cmd”。

4,输入“bcdedit /set {default} bootmenupolicy legacy”。

5,重启电脑,按F8,即可选择关闭“数字签名验证”。

6,如需恢复,可输入“bcdedit /set {default} bootmenupolicy standard”。

方法四:

1,用管理员身份运行CMD。

2,输入命令:“bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS”,不需要双引号,回车。

3,再输入命令:“bcdedit -set TESTSIGNING ON”,不需要双引号,回车。

4,重启电脑,即可关闭数字签名验证。

此时,系统进入的是测试模式,在桌面会有一个“水印”,如果需要去除水印,可以百度下载“My_WCP_Watermark_Editor.exe”软件。

1,下载“My_WCP_Watermark_Editor.exe”软件。

2,双击直接执行。

3,选择去除各种水印,并按“apply..."即可。



参考外文:

Disabling Driver Signature Enforcement In Windows 8 Permanently

Step 1. Open the Windows command promt as “Run as Administrator”.

Step 2. Run “bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS” (without the “”).

Step 3. To finalize the process run “bcdedit -set TESTSIGNING ON” (without the “”).

Step 4. Reboot and you’re done.

To disable it do step 1 and run these commands on step 2 and 3:

Step 2. “bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS” (without the “”)

Step 3. “bcdedit -set TESTSIGNING OFF” (without the “”)

Then do step 4 and you’re done.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: