windows-server-2012 – Server 2012陷入重启循环 – lsass.exe失败

My Server 2012服务器启动正常,登录屏幕可见(从本地控制台).密码输入有效但尝试提交密码 – 通过单击箭头或按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.

我试图在网上找到这个错误代码的含义,但似乎没有其他人经历过这个特定的错误.

我该怎么做才能保存我的服务器?

错误是由LastPass引起的. LastPass使用的登录挂钩似乎与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应用程序即可.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...