Hello
Thank you for posting in Q&A forum.
The error code 0xC004F074 typically indicates that the Key Management Service (KMS) is unavailable, or the system cannot connect to the activation server.
Here are some steps you can try:
- Run the Activation Troubleshooter:
• Go to Settings > Update & Security > Activation.
• Click on Troubleshoot and follow the on-screen instructions.
- Reinstall the Product Key:
• Open Command Prompt as an administrator.
• Run the following commands:
slmgr.vbs /upk
slmgr.vbs /ipk <Your_Product_Key>
slmgr.vbs /ato
• Replace <Your_Product_Key> with your actual product key.
- Check Date and Time Settings:
• Ensure your system's date and time are correct. Incorrect settings can cause activation issues.
• You can sync your time by running the following command in Command Prompt:
w32tm /resync
- ‘Disable Fast Startup:
• Go to Control Panel > Power Options > Choose what the power buttons do.
• Click on Change settings that are currently unavailable.
• Uncheck Turn on fast startup (recommended) and save changes.
- Repair System Files:
• Open Command Prompt as an administrator.
• Run the following commands to check and repair system files:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Ref: Fix 0xC004F074 Windows Activation error code - The Windows Club
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.