Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Created November 5, 2017 15:49
Show Gist options
  • Save haroldcris/2637f83afd5706d91e8677d9b622569f to your computer and use it in GitHub Desktop.
Save haroldcris/2637f83afd5706d91e8677d9b622569f to your computer and use it in GitHub Desktop.
Convert WIndows Server 2016 Evaluation to Standard
dism /online /set-edition:ServerStandard /productkey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /accepteula
---------------------------------------------------------------------------------------------------
The product key that is used here is the KMS key for Windows Server 2016 Standard Edition.
Reboot the server (it will reboot twice!).
Checking winver.exe:
03-windows-server-2016-eval-to-licensed
In an elevated prompt type the following:
slmgr /ipk WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
----------------------------------------
Again, this is the KMS key for Windows Server 2016 Standard Edition.
After that, activate Windows by typing the following in an elevated prompt:
slmgr /ato
-----------
@agret
Copy link

agret commented Mar 20, 2024

Same method works also for Server 2022 convert evaluation to standard, here is the command

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment