Skip to content

Instantly share code, notes, and snippets.

@plutozonexyz
Last active June 30, 2026 15:53
Show Gist options
  • Select an option

  • Save plutozonexyz/a344458b99cdb47f2350a850e1f5bc17 to your computer and use it in GitHub Desktop.

Select an option

Save plutozonexyz/a344458b99cdb47f2350a850e1f5bc17 to your computer and use it in GitHub Desktop.
How to download Windows Server 2019 Evaluation, convert it to Standard, and activate it.

"How do I download Windows Server 2019, and activate it for free?"

Read this guide.

Steps

1. Download and Install

Download the ISO here:
https://software-download.microsoft.com/download/sg/17763.379.190312-0539.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso
Flash it using WoeUSB on Linux or Rufus on Windows.
Follow the installation steps.

2. Change the Edition

You should be able to change the edition using DISM.
Dism /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:N69G4-B89J2-4G8F4-WWYCC-J464C
Product key taken from: https://github.com/SystemRage/py-kms/wiki/Windows-GVLK-Keys#windows-server-2019
Reboot when it's done changing the base package.

3. Install the KMS key

Installing the KMS key ensures that the server is activated and stays activated. KMS only manages activation of the server and nothing else, so don't worry about some remote security flaw bullshit.

Change Directory to System32 if not already in.
cd C:\windows\system32
Uninstall the current product key.
cscript //nologo slmgr.vbs /upk
Install the new one.
cscript //nologo slmgr.vbs /ipk N69G4-B89J2-4G8F4-WWYCC-J464C
Set target KMS server (I use kms8.msguides.com because in my experience it's reliable).
cscript //nologo slmgr.vbs /skms kms8.msguides.com
Activate your product. If it does not work wait 5 minutes and try again. Do this twice if it doesn't work. If it still doesn't work please ask in the comments.
cscript //nologo slmgr.vbs /ato

4. ??

???

5. Profit

You just activated Windows Server at $0 cost. Note that I do not know if this actually works as I have not waited 180 days to see if it fails.

@dmitry6324

Copy link
Copy Markdown

I recently bought a Windows 10 Pro key from SoftwareCaster.com and it worked flawlessly. Later grabbed a Windows 11 key too — both activated instantly!

@mcjojo3

mcjojo3 commented Sep 15, 2025

Copy link
Copy Markdown

Can anyone verify if their servers are still up after 180 days?

@rabbit3dcustom

Copy link
Copy Markdown

I'm wating till october... then i could check it.

@MiggyLo

MiggyLo commented Oct 12, 2025

Copy link
Copy Markdown

still up and working fine? @rabbit3dcustom?

@rabbit3dcustom

Copy link
Copy Markdown

still up and working fine? @rabbit3dcustom?

Too early to ask :)
2025-04-28: lets see on "2025-10-25 07:18:12.100" 180 days, since installation.

@rabbit3dcustom

Copy link
Copy Markdown

It's working... no messages from windows to register it

@mohamedelsayecaptain-hue

Copy link
Copy Markdown

ghtyyrhy

@kirankhnnn85

kirankhnnn85 commented Apr 29, 2026

Copy link
Copy Markdown

@khnnnima-max

khnnnima-max commented Jun 6, 2026

Copy link
Copy Markdown

@hoursinfatima996764

Copy link
Copy Markdown

Windows Server 2019 Evaluation installation to the Standard edition, you first use a temporary Microsoft KMS (Key Management Service) key to bridge the evaluation to the Standard edition using the DISM tool

➤ ➤ Direct Dwnload Windows Server 2019 Setup

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