activation windows server 2016 standart

Anonymous
2023-11-06T16:28:48+00:00

Bonjour

j'ai installé une version Windows 2016 standard en version évaluation

afin d'activer la version ,

j'ai utiliser

DISM /online /Get-CurrentEdition

DISM.exe /Online /Get-TargetEditions

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

en remplaçant bien évidemment les XXXww par la clé

DISM.exe /Online /Get-TargetEditions me donnais bien la possibilité

Édition cible : ServerDatacenter

Édition cible : ServerStandart

mais lors de la DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula

j'ai eu un soucis de plantage

lorsque je refais la ligne de commande DISM.exe /Online /Get-TargetEditions

je n'ai que cette réponse :

Édition cible : ServerDatacenter

je ne peux pas donc relancer l'activation

Comment réinitialiser ?

merci

***Moved from Windows / Other/Unknown / Installation, Upgrade and Activation ***

Windows for business | Windows Server | Performance | System performance

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-11-07T05:58:05+00:00

    Hello

    It seems like you’re trying to reset the activation of your Windows Server 2016. Here are a few methods you can try:

    Reset the Activation Timer: **** You can reset the activation grace period by running slmgr.vbs -rearm from an elevated command prompt. This command typically resets the activation timer to thirty days (sixty in some versions) and can be performed a limited number of times (usually three).

    Remove the Product Key: You can remove the product key from your current Windows system with Slmgr. After you run the below command and restart your computer, the Windows system won’t have a product key and will be in an unactivated, unlicensed state.

    slmgr.vbs /upk

    Reset using rundll32.exe: You can also try resetting the activation using the rundll32.exe command. Here are the steps:

    Reboot into “Safe mode with Command Prompt”

    Type “explorer” in the command prompt that comes up and push [Enter]

    Click on Start>Run, and type the following: rundll32.exe syssetup,SetupOobeBnk

    Reboot, and login as normal. This will reset the 30-day timer for activation back to 30 days so you can enter in the key normally.

    Please note that modifying the registry can cause serious problems if not done correctly. It’s recommended to back up the registry before you modify it.

    0 comments No comments