Windows Server 2012 Standard 切换为 Windows Server 2012 Datacenter
dism /online /get-targeteditions
执行完毕后如果显示可升级版本Server Datacenter
那么就执行如下命令升级
dism /online /set-edition:ServerDatacenter /productkey:数据中心版的密钥 /AcceptEula
执行成功会提醒你重启,到时候重启就行了。
Windows Server 2012 Standard 切换为 Windows Server 2012 Datacenter
dism /online /get-targeteditions
执行完毕后如果显示可升级版本Server Datacenter
那么就执行如下命令升级
dism /online /set-edition:ServerDatacenter /productkey:数据中心版的密钥 /AcceptEula
执行成功会提醒你重启,到时候重启就行了。