码迷,mamicode.com
首页 > Windows程序 > 详细

Windows 10 系统进入测试模式命令

时间:2019-10-29 16:59:47      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:disable   int   模式   options   内容   需要   option   测试   tsig   

首先需要开启测试模式,内容如下:

@bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
@bcdedit -set TESTSIGNING ON

取消测试模式:
@bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
@bcdedit -set TESTSIGNING OFF

Windows 10 系统进入测试模式命令

标签:disable   int   模式   options   内容   需要   option   测试   tsig   

原文地址:https://www.cnblogs.com/csnd/p/11759771.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!