zoukankan      html  css  js  c++  java
  • Reversion windows 2008 R2 STD to Datacenter

    1.To determine the installed edition, run:

    DISM /online /Get-CurrentEdition

     

    2.To check the possible target editions, run:

    DISM /online /Get-TargetEditions

    3. Finally, to initiate an upgrade, run:   (you must input the MS default KMS key for datacenter)

    DISM /online /Set-Edition:ServerDatacenter /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    4. reboot the server, and input your key and active the server.

    note: MS default KMS key for datacenter

    http://technet.microsoft.com/en-us/library/ff793421.aspx

  • 相关阅读:
    Ubuntu
    VSCode
    VSCode
    Astyle
    Qt
    待办
    Qt
    Qt
    Qt
    python pip常用命令、配置pip源
  • 原文地址:https://www.cnblogs.com/oskb/p/3673886.html
Copyright © 2011-2022 走看看