¿Cómo recuoperar el numero de licencia de Windows Server 2016 Strandar

Rosario Sayago Vázquez 10 Reputation points
2025-10-07T18:22:27.3366667+00:00

Buen día, necesito ayuda par recuperar la licencia de Windows Server 2016, hubo un problema con el hardware y no podemos recuperar el numero de licencia. gracias

Windows for business | Windows Server | Devices and deployment | Recovery key
0 comments No comments

2 answers

Sort by: Most helpful
  1. David Mata 0 Reputation points
    2025-12-03T18:09:51.9333333+00:00

    solo aparece una clave parcial

    Was this answer helpful?

    0 comments No comments

  2. Finn Dang 955 Reputation points Independent Advisor
    2025-10-07T19:21:02.6533333+00:00

    Dear Rosario Sayago Vaquez,

    I believe that you need to recover the Windows Server 2016 Standard product key after a hardware issue.

    1) If it’s an OEM license (came with the server) and the machine still boots:

    Please run these commands in an elevated Command Prompt:

    wmic path SoftwareLicensingService get OA3xOriginalProductKey
    slmgr /dli
    slmgr /dlv
    

    If the motherboard was replaced, OEM licenses are tied to the original board and usually aren’t transferable. In that case, you may need to contact the hardware manufacturer.

    2) If it’s a Retail license:

    Please check your purchase email or your Microsoft account for the key.

    3) If it’s a Volume license (MAK/KMS):

    Sign in to VLSC to retrieve your MAK. With KMS you use a GVLK (generic key) with a KMS host.

    4) If the system doesn’t boot but you still have the drive:

    We can attempt an offline read of the registry on another PC to see if a key is stored:

    reg load HKLM\OFFLINE "X:\Windows\System32\config\SOFTWARE"
    (Get-ItemProperty 'HKLM:\OFFLINE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform').BackupProductKeyDefault
    reg unload HKLM\OFFLINE
    

    Note: Volume/KMS installs usually show only the generic key.

    I hope you may find this helpful!
    Finn.

    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.