Skip to content

Instantly share code, notes, and snippets.

@elico
Created November 29, 2023 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elico/5fca0d88feb8c91a2efb498fad5c60bc to your computer and use it in GitHub Desktop.
Save elico/5fca0d88feb8c91a2efb498fad5c60bc to your computer and use it in GitHub Desktop.
Convert Windows Server Evaluation to vm license
# https://learn.microsoft.com/en-us/windows-server/get-started/automatic-vm-activation#avma-keys
# https://stefanos.cloud/kb/how-to-convert-and-activate-windows-server-evaluation-with-purchased-license-keys/
# DISM /online /Get-TargetEditions
DISM /online /Set-edition:ServerDatacenter /ProductKey:H3RNG-8C32Q-Q8FRX-6TDXV-WMBMW /AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment