询问者
win8 r2怎样屏蔽系统恢复选项卡

问题
全部回复
-
你好,
请问你是指Windows Server 2008R2么?
请尝试以管理员权限在命令行模式输入以下命令:
bcdedit /set {default} bootstatuspolicy ignoreallfailures
bcdedit /set {current} recoveryenabled No
开机就不会显示自动修复了。当你断电或是意外重启就会直接进系统了
Best Regards,
FrankPlease remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已建议为答案 frank_songMicrosoft contingent staff, Moderator 2018年5月23日 7:26
-
你好,
运行bcdedit来检查当前的identifier的值,并带入命令。
请尝试 bcdedit /set {current} bootstatuspolicy ignoreallfailures
运行bcdedit来检查,recoveryenabled 的属性值是否为 No
更多信息请参考:
https://msdn.microsoft.com/en-us/library/ff794974(v=winembedded.1001).aspx
Best Regards,
Frank
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已编辑 frank_songMicrosoft contingent staff, Moderator 2018年5月24日 2:40