Windows Server 2022: Convert Evaluation to Standard version

Windows Server 2022: Convert Evaluation to Standard version

April 23, 2025 Configuration System Administration Windows Server 0

Sure! Here’s the English version with clear formatting:


🚀 Upgrade (Evaluation) to Full Version

  1. Open Command Prompt as Administrator.
  2. Then use one of the following commands based on the edition you want to upgrade to:

🔄 Upgrade to Standard Edition:

dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula

🔄 Upgrade to Datacenter Edition:

dism /online /set-edition:serverdatacenter /productkey:WX4NM-KYWYW-QJJR4-XV3QB-6VM33 /accepteula

Note: The product keys provided are generic KMS keys from Microsoft, used for evaluation or volume licensing scenarios. You’ll need a valid license to activate Windows fully.


Source: GitHub