Server 2012卡在重启循环中 – lsass.exe失败

我的服务器2012年服务器启动正常,login屏幕是可见的(从本地控制台)。 密码input工作,但试图提交密码 – 通过单击箭头或按Enter键 – 是徒劳的。 什么都没发生。 大约1分钟后,电脑立即重新启动 – 没有蓝屏或错误信息。

我可以启动到安全模式并查看系统事件日志,我可以看到系统启动的重新启动已经发生。 信息消息(事件ID:1074)如下所示:

 The process wininit.exe has initiated the restart of computer <computer name> on behalf of user for the following reason: No title for this reason could be found Reason Code: 0x50006 Shutdown Type: restart Comment: The system process 'C:\Windows\system32\lsass.exe' terminated unexpectedly with status code -1073740791. The system will now shut down and restart. 

我试图在网上find这个错误代码的含义,但似乎没有人经历过这个具体的错误。

我能做些什么来保存我的服务器?

这个错误是由LastPass造成的。 LastPass使用的login挂钩似乎与Windows的服务器变体不兼容 – 导致lsass.exe崩溃。

请注意应用程序事件日志中以下相关的错误消息(事件ID:1000):

 Faulting application name: lsass.exe, version: 6.3.9600.17415, time stamp: 0x545042fe Faulting module name: lplogin.dll, version: 0.0.0.0, time stamp: 0x56df0368 Exception code: 0xc0000409 Fault offset: 0x000000000000775b Faulting process id: 0x1fc Faulting application start time: 0x01d1d3659f61a068 Faulting application path: C:\Windows\system32\lsass.exe Faulting module path: C:\Windows\System32\lplogin.dll Report Id: 99b7a523-4174-11e6-80c8-3ca82a9ff999 Faulting package full name: Faulting package-relative application ID: 

由于卸载LastPass应用程序所需的服务在安全模式下不可用 – 解决此问题的最简单方法是将lplogin.dll重命名为lplogin.dll.bak (从而防止Windows在引导时加载LastPass)。 一旦您成功启动到正常的Windows – 您可以简单地卸载LastPass应用程序。