Skip to content

Instantly share code, notes, and snippets.

@ronioncloud
Created April 19, 2022 15:25
Show Gist options
  • Select an option

  • Save ronioncloud/0f4db7790b7db2efb80ebcdb66c75e0a to your computer and use it in GitHub Desktop.

Select an option

Save ronioncloud/0f4db7790b7db2efb80ebcdb66c75e0a to your computer and use it in GitHub Desktop.
Windows Server 2016 Activation (From Evaluation to Server Standard)
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms8.msguides.com
slmgr /ato
# convert evaluation to ServerStandard
DISM /online /Set-Edition:ServerStandard /ProductKey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /AcceptEula
slmgr /ipk WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY
slmgr /skms kms8.msguides.com
slmgr /ato
# convert evaluation to ServerStandard
DISM /online /Set-Edition:ServerStandard /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C /AcceptEula
slmgr /ipk N69G4-B89J2-4G8F4-WWYCC-J464C
slmgr /skms kms8.msguides.com
slmgr /ato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment