以管理员身份运行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。无法通过Windows功能安装它,可能是因为它未被激活而导致错误。
问:激活错误是什么?
如果我试着:
Slmgr.vbs /skms kms_server:1688我收到了同样的错误信息,也许是客户端的问题?
发布于 2017-07-04 16:18:26
打开一个提升的cmd提示符,输入以下命令来卸载和重新安装产品密钥:
slmgr –upk
slmgr –cpky
slmgr –rilc
slmgr –ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr –ato注意: SLMGR的有用命令
-dli ->显示许可信息
-dly ->显示详细的许可信息
-upk ->卸载产品密钥
-ipk $key ->安装产品密钥
-ato ->激活窗口
-rearm ->重置机器的授权状态
-cpky ->从注册表清除产品密钥
-rilc ->重新安装系统许可证文件
此外,您还可以打开“服务器管理器”->本地服务器->,单击“产品ID”,就会弹出。
但是,如果您计划使用卷激活,请参阅:
Windows 8和Windows 2012卷激活概述
http://technet.microsoft.com/en-us/library/hh831612.aspx
附录A: KMS客户端安装键
http://technet.microsoft.com/en-us/library/jj612867.aspx
如果运行评估版本,请参考Windows 2012的评估版本和升级选项。
https://serverfault.com/questions/859044
复制相似问题