Created
October 3, 2023 08:44
-
-
Save jhx0/a214c12d94d0a4ba4d9e78deadc80cb4 to your computer and use it in GitHub Desktop.
Convert a Windows Server eval version to a full version
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
REM Convert Windows Server Eval to full edition | |
@echo off | |
echo "[INFO] Converting to full edition..." | |
dism /online /set-edition:serverstandard /productkey:KEY-KEY-KEY-KEY-KEY /accepteula | |
echo "[OK] Done, have a nice day!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment