Har*_*ley 13 boot windows-7 repair
我有一个主要用于远程桌面的 Windows 7(64 位)虚拟机。有时在启动时出现问题,并显示以下 DOS 屏幕:
Windows Error Recovery
Windows Failed to start. A recent hardware of software change might be the cause.
If Windows files have been damaged or configured incorrectly, Startup Repair can help diagnose and fix the problem. If power was interrupted during startup, choose Start Windows Normally.
(Use the arrow keys to highlight your choice.)
* Launch Startup Repair (recommended)
* Start Windows Normally
Run Code Online (Sandbox Code Playgroud)
默认选项是Launch Startup Repair
(在 30 秒后自动发生)。我如何设置它以便这永远不会发生,并且它总是试图Start Windows Normally
?
KCo*_*eau 21
执行此命令:
bcdedit /set {current} bootstatuspolicy ignoreallfailures
类似的是
bcdedit /set {default} bootstatuspolicy ignoreallfailures
如果您启动到默认负载,它们可以是相同的,因此默认值将等于当前。
有关更多信息,相关的 Google 搜索是“禁用 Windows 错误恢复”(减去引号)。
小智 8
更好的解决方案是为 BCDedit 实现以下行。
bcdedit /set {default} bootstatuspolicy ignoreshutdownfailures
Run Code Online (Sandbox Code Playgroud)
这样,只有关闭失败才会被忽略,系统不会进入恢复模式。当机器无法正常启动并遇到其他错误时,恢复模式仍然可用。
归档时间: |
|
查看次数: |
65236 次 |
最近记录: |