Request for Assistance with Windows Server 2019 Activation

Nam Nguyen 0 Reputation points
2026-07-31T03:27:00.8766667+00:00

I am currently using Windows Server 2019 Standard. The server was previously activated successfully. However, on July 7th this year, the system was attacked by a virus. After that incident, I reinstalled Windows Server 2019 using the official DVD and attempted to reactivate it with the product key provided.

Unfortunately, the activation process shows an error message stating that the key has already been used on another device. Please note that no hardware changes have been made to the server (RAM, motherboard, or disk remain the same).

Could you kindly assist me in reactivating my server?

Windows for business | Windows Server | Devices and deployment | Licensing and activation
0 comments No comments

2 answers

Sort by: Most helpful
  1. Nam Nguyen 0 Reputation points
    2026-08-03T01:37:55.8033333+00:00

    Image result for evalution server expired 2019

    windows server 2019 standard Evaluation

    windows license is expired in 120day.....

    User's image

    I joined the company in April 2026, after the server was already set up. My co‑worker told me the first IT guy cracked Windows, and later the second one bought a license key. When I checked, the scan report showed suspicious signs, but running slmgr /dlv and slmgr /xpr confirmed Windows was activated. Later, the server was hit by a virus, which made me unsure whether it’s running an Evaluation, Volume License, or Standard edition.

    Would you like me to give you the exact commands to check the edition and license type so you can confirm it directly? Thanks you.

    Was this answer helpful?

    0 comments No comments

  2. Brian Huynh 3,735 Reputation points Microsoft External Staff Moderator
    2026-07-31T06:28:43.9833333+00:00

    Hello, thank you for posting in the Microsoft Q&A community.

    The standard approach if you are running an Evaluation version is to convert it to a full retail version before applying your product key. Please note that this process will require a reboot. Replace the XXXXX placeholder with your actual 25-character product key:

    DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula
    

    If your server is utilizing Volume Licensing and you suspect network or KMS host issues, an alternative workaround is to force the installation of the Generic Volume License Key (GVLK) for Windows Server 2019 Standard, and then manually point the server to your KMS host. Ensure your KMS host is reachable over port 1688, then run these commands:

    slmgr.vbs /ipk N69G4-B89J2-4G8F4-WWYCC-J464C
    slmgr.vbs /skms <Your-KMS-Server-IP-or-FQDN>:1688
    slmgr.vbs /ato
    

    For further reference on Microsoft best practices, you can review the official documentation here: Upgrade and conversion options for Windows Server: https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options KMS Client Setup Keys: https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.