小编And*_*ark的帖子

Windows Server 2008 - 下次启动时防止错误恢复屏幕

我希望能够恢复到从正在运行的 Windows Server 2008 VM 中获取的快照,并在不看到 Windows 错误恢复屏幕的情况下启动它(Windows 没有成功关闭,在安全模式和正常启动 Windows 之间进行选择)。

在 Windows Server 2003 中,可以通过删除值来阻止 Windows 错误恢复屏幕 LastAliveStampHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability

尽管此密钥在 Windows Server 2008 中仍然存在,但删除它并没有相同的效果。

论坛帖子的接受答案表明,启动时出现以下项目表明之前的关机异常:

  • LastAliveStamp上面注册表值
  • 文件lastalive0.datlastalive1.datC:\Windows\ServiceProfiles\LocalService\AppData\Local

到目前为止,我的方法是在拍摄快照之前删除上述所有内容,以便在下次启动时看起来 Windows 已正确关闭。

我尝试在拍摄快照之前删除文件和注册表项,但是当我恢复到快照并打开 VM 时,我仍然看到错误恢复屏幕。

我一直在尝试使用 Windows Server 2008 和 Windows Server 2008 R2,如果它们都需要不同的解决方案,我有兴趣了解它们。

有没有人对我如何实现这一点或其他我可以尝试的事情有任何建议?

windows-server-2008 windows-server-2008-r2

5
推荐指数
1
解决办法
7071
查看次数