Hello
Thank you for posting in Microsoft Community forum.
The error code 0xC004F050 indicates that the product key used is invalid for the version of Windows Server you're trying to activate. Without internet access, you'll need to perform an offline activation method, which typically involves obtaining a Confirmation ID from Microsoft. Here are the steps to do it:
- Open Command Prompt as Administrator:
Press Win + X
and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)."
- Get the Installation ID:
Enter the command slmgr /dti
and press Enter. This command will generate an Installation ID.
- Call Microsoft Activation Center:
Use a phone to call the Microsoft Activation Center. You can find the phone number for your region by running the command slui 4
and selecting your country or region.
- Provide the Installation ID:
When connected, you will be asked to provide the Installation ID generated in step 2.
- Enter the Confirmation ID:
Microsoft will give you a Confirmation ID, which you need to enter. Run the following command to enter the Confirmation ID:
slmgr /atp <Confirmation ID>
Replace <Confirmation ID>
with the actual Confirmation ID provided by Microsoft.
- Activate Windows:
Finally, activate your Windows Server by running:
slmgr /ato
If the product key is indeed valid and correctly applied to the version of Windows Server 2019 you're using, this method should successfully activate your Windows Server without an internet connection.
If issues persist, double-check the product key.
Slmgr.vbs options for obtaining volume activation information | Microsoft Learn
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Daisy Zhou