Skip to content

Instantly share code, notes, and snippets.

@ferdinandosimonetti
Created May 7, 2019 09:38
Show Gist options
  • Save ferdinandosimonetti/adb06c335722c952a1dfab4bf1a0c72e to your computer and use it in GitHub Desktop.
Save ferdinandosimonetti/adb06c335722c952a1dfab4bf1a0c72e to your computer and use it in GitHub Desktop.
How to convert Windows Evaluation to Volume License editions
# powershell as administrator
# this key is for Windows Server 2019 Datacenter
DISM /online /Set-edition:ServerDatacenter /ProductKey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /AcceptEula
# Other keys:
# W10
Windows 10 Pro W269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 10 Enterprise NPPR9-FWDCX-D2C8J-H872K-2YT43
Windows 10 Enterprise LTSC 2019 M7XTQ-FN8P6-TTKYV-9D4CC-J462D
# Windows Server
Windows Server 2019 Datacenter LTSC WMDGN-G9PQG-XVVXX-R3X43-63DFG
Windows Server 2016 Datacenter LTSC CB7KF-BWN84-R7R2Y-793K2-8XDDG
Windows Server Datacenter 1809 6NMRW-2C8FM-D24W7-TQWMY-CWH2D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment