无忧启动论坛

标题: pe驱动签名提示 纠结 [打印本页]

作者: 2011895866818    时间: 2012-11-20 00:28
标题: pe驱动签名提示 纠结
我DIY  一个win8pe ,每次启动都有一个驱动签名的发布者不能验证的提示.请问怎么取消。不想每次都点一下确定。 急。。。。。

[ 本帖最后由 2011895866818 于 2012-12-16 20:51 编辑 ]
作者: shq000    时间: 2012-11-22 16:17
顶一下,我也遇到这个问题。
作者: 426L    时间: 2012-11-30 14:51
加上这个

bcdedit /store %PERoot%\iso\Boot\BCD /set {default} testsigning on
bcdedit /store %PERoot%\iso\Boot\BCD /set {default} nointegritychecks Yes
bcdedit /store %PERoot%\iso\Boot\BCD /set {default} loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit /store %PERoot%\iso\Boot\BCD /set {bootmgr} testsigning on
bcdedit /store %PERoot%\iso\Boot\BCD /set {bootmgr} nointegritychecks Yes
bcdedit /store %PERoot%\iso\Boot\BCD /set {bootmgr} loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit /store %PERoot%\iso\Boot\BCD /set {7619dcc8-fafe-11d9-b411-000476eba25f} testsigning on
bcdedit /store %PERoot%\iso\Boot\BCD /set {7619dcc8-fafe-11d9-b411-000476eba25f} nointegritychecks Yes
bcdedit /store %PERoot%\iso\Boot\BCD /set {7619dcc8-fafe-11d9-b411-000476eba25f} loadoptions DDISABLE_INTEGRITY_CHECKS

试一下




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3