Windows Server 2012 转换版本的命令
发表于 : 2015年 11月 25日 12:47 星期三
这条命令是在标准版下转换成数据中心版本:
DISM /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:<KEY>
这条命令是数据中心版下转换成标准版本:
DISM /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:<KEY>
服务器将重启两次
DISM /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:<KEY>
这条命令是数据中心版下转换成标准版本:
DISM /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:<KEY>
服务器将重启两次