Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CraftedRO/6d16aa42b79761b85de1caf7180321f0 to your computer and use it in GitHub Desktop.
Save CraftedRO/6d16aa42b79761b85de1caf7180321f0 to your computer and use it in GitHub Desktop.
Upgrade Windows Server 2025 Evaluation (Eval) to Full Version Standard or Datacenter

Windows Server 2025 Evaluation (Eval) to Full Version

Download Windows Server 2025 Evaluation English from Microsoft

Upgrade (Eval) to Full version

  • Open cmd (run as administrator), then use

Upgrade to STANDARD

dism /online /set-edition:serverstandard /productkey:TVRH6-WHNXV-R9WG3-9XRFY-MY832 /accepteula

Upgrade to DATACENTER

dism /online /set-edition:serverdatacenter /productkey:D764K-2NDRG-47T6Q-P8T8W-YP6DF /accepteula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment