Why does updating my product key for Windows Server 2022 not work?

Anonymous
2024-04-09T16:48:48+00:00

I installed Windows Server 2022 Standard Evaluation onto my desktop computer that came with windows 10 OS.

I purchased a product key for Windows Server 2022 but when I update the product key it does not work, any suggestions?

error code 0xc004f050

Windows for business | Windows Server | User experience | Remote desktop services and terminal services

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} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-04-10T07:40:51+00:00

    Hello,

    Error code 0xc004f050 usually means that the product key is not suitable for the version of Windows installed, or the key may be invalid or has already been used. The product key for Windows Server 2022 Standard Edition is not compatible with the Standard Evaluation Edition. First, ensure that your server has been upgraded to the Standard edition.

    Here are upgrade steps:

    • Open a command prompt (run as administrator). Run the following command to determine the current version:
               *DISM /online /Get-CurrentEdition* 
      
    • Run the following command to see which versions you can upgrade to:
               *DISM /online /Get-TargetEditions* 
      
    • Upgrade the evaluation version to the standard version:
               *DISM /online /Set-Edition:ServerStandard /ProductKey:your product key /AcceptEula* 
      

    For more details, please refer to Upgrade and conversion options for Windows Server | Microsoft Learn

    After completing the above steps, restart your system. Then, try updating via the key again.

    I hope this helps.

    Regards

    2 people found this answer helpful.
    0 comments No comments