我已Windows 2012 R2 Datacenter Evaluation 。 有效性只剩下16天,所以我想升级。 我有MS订阅,所以我得到了所需的产品密钥。 我已经试过以下关键没有运气:
Windows 2012 R2 Datacenter (Retail) Windows 2012 Datacenter (Retail) Windows 2012 Standard (Retail)
DISM / online / Set-Edition:ServerDatacenterEval / ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX / AcceptEula命令
我收到以下错误:
错误:50
This Windows image cannot upgrade to the edition of Windows that was specified. The upgrade cannot proceed. Run the /Get-TargetEditions option to see what edition of Windows you can upgrade to. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
如果我做错了,请纠正我。
谢谢
这有点旧,但为了将来的参考,你应该运行:
DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
使用/ Set-Edition:ServerDatacenter而不是/ Set-Edition:ServerDatacenterEval,因为您需要将Eval版本转换为“常规”版本。
参考: Windows Server 2012评估到完整的零售标准许可 – itadminlife.com