Created
May 7, 2019 09:38
-
-
Save ferdinandosimonetti/adb06c335722c952a1dfab4bf1a0c72e to your computer and use it in GitHub Desktop.
How to convert Windows Evaluation to Volume License editions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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