Skip to content

Instantly share code, notes, and snippets.

@jhx0
Created October 3, 2023 08:44
Show Gist options
  • Save jhx0/a214c12d94d0a4ba4d9e78deadc80cb4 to your computer and use it in GitHub Desktop.
Save jhx0/a214c12d94d0a4ba4d9e78deadc80cb4 to your computer and use it in GitHub Desktop.
Convert a Windows Server eval version to a full version
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