以pipe理员身份运行cmd.exe:
Slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX -->> it gives error: Windows Script Host Error: 0x8007041D On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0x8007041D' to display the error text.
和:
slui.exe 0x2a 0x8007041D -->> Windows Activation An error has occured You can also contact Microsoft by phone to help resolve this problem. Code: 0x8007031D Description: The service did not respond to the start or control request in a timely fashion.
Telnet没有安装。 无法通过Windowsfunction安装它,给出错误,也许是因为它没有被激活。
问题:这是什么激活错误?
如果我尝试使用:
Slmgr.vbs /skms kms_server:1688
我得到了同样的错误信息,也许是客户端问题?
打开提升的cmd提示符并input以下命令来卸载并重新安装产品密钥:
slmgr –upk slmgr –cpky slmgr –rilc slmgr –ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX slmgr –ato
注意 :SLMGR的有用命令
-dli – >显示许可证信息
-dly – >显示详细的许可证信息
-upk – >卸载产品密钥
-ipk $ key – >安装产品密钥
-ato – >激活Windows
– 重新设定 – >重设机器的授权状态
-cpky – >从registry中清除产品密钥
-rilc – >重新安装系统许可证文件
此外,您可以打开服务器pipe理器 – >本地服务器 – >点击您的产品ID和Windows激活提示符将popup。
但是,如果您打算使用批量激活,请参阅:
Windows 8和Windows Server 2012的批量激活概述
http://technet.microsoft.com/en-us/library/hh831612.aspx
附录A:KMS客户端设置密钥
http://technet.microsoft.com/en-us/library/jj612867.aspx
如果运行评估版本,请参阅Windows Server 2012的评估版本和升级选项。
来源1和来源2