Created
April 19, 2022 15:25
-
-
Save ronioncloud/0f4db7790b7db2efb80ebcdb66c75e0a to your computer and use it in GitHub Desktop.
Windows Server 2016 Activation (From Evaluation to Server Standard)
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
| slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX | |
| slmgr /skms kms8.msguides.com | |
| slmgr /ato |
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
| # 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 |
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
| # 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