admin 管理员组文章数量: 1086929
未激活的windows server自动关机故障
在server 2012 hyper v里运行的一台server 2012经常自动关机,日志没查看到明显故障提示,查看hyper v settings发现虚拟硬盘挂接的是avhd格式,与父盘合并后重新挂载,暂时故障消失。
3月11号更新:问题其实是windows license没激活导致的关机。日志里有详细的记录,不过记录不是在error和warning而是正常的日志里。绕过去的办法是使用pstools删除wlms服务。
?详细步骤如下:
How to remove the Windows Licensing Monitoring Service from the evaluation media of Windows 2008 R2 and Windows 7 Operating Systems
24/06/2012
- Download the ps tools from .aspx
- Extract it to the local disk (I have done it under c:\)
- Open the command prompt in an elevated mode (run as administrator).
- Navigate to the ps tools folder (in my case its c:\psexec)
- Run the command psexec –I –d –s cmd
Technorati 标记: windows server, 自动关闭;WLMS, pstools
- Click ‘Agree’ on the license agreement.
- This will open the command prompt as ‘nt authority\system’ (To verify it run the command whoami on the new command prompt)
- Run the command ‘sc delete WLMS‘ to delete the Windows licensing monitoring service.
- Run the command regedit to modify the registry
- Navigate to HKLMàSystemàCurrentControlSet àServices
- Delete the key ‘WLMS’ key.
From </>
转载于:
本文标签: 未激活的windows server自动关机故障
版权声明:本文标题:未激活的windows server自动关机故障 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1697397088a269401.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论