In-place upgrade from Windows Server WEB to Standard
- font size decrease font size increase font size
- Print Email
运行
To determine the installed edition, run:DISM /online /Get-CurrentEdition
To check the possible target editions, run:DISM /online /Get-TargetEditions
Finally, to initiate an upgrade, run:DISM /online /Set-Edition:
For example, to upgrade to Enterprise from a downlevel version, run:DISM /online /Set-Edition:ServerEnterprise /ProductKey:489J6-VHDMP-X63PK-3K798-CPX3Y
DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXXXXXXXXXXXX
Last modified onSunday, 14 October 2012 04:07
Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
- Published in Server 2008
- Read 1681 times
Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
back to top