Hello getbent(2),
Thank you for posting in Microsoft Community forum.
It sounds like you've been quite thorough in your attempts to troubleshoot the issue. Here are a few additional steps and considerations that might help:
- Ensure Time Synchronization:
- Make sure both the host and the VMs have the correct date and time.
- Synchronize them with an internet time server. Incorrect time settings can cause activation failures.
- Check Network Configuration:
- Verify that your VMs can reach the Microsoft activation servers. You can do this by attempting to access a few Microsoft websites from within the VM's browser.
- Make sure there are no DNS issues. Use
nslookup
orping
to confirm DNS resolution is working properly.
- Review Activation Service:
- Verify that the Windows Activation Service is running. You can do this by going to
Services.msc
and ensuring the Software Protection service is set to automatic and is running.
- Verify that the Windows Activation Service is running. You can do this by going to
- Check for Firewall or Proxy Issues:
- Ensure that outbound TCP traffic on ports 80 and 443 are not blocked.
- If there is a proxy or firewall performing deep packet inspection, it might be interfering with the activation process.
- Activation via Command Line:
- Sometimes, activation might work better via command line. Open an elevated Command Prompt and run:
slmgr.vbs /ipk <your-product-key> slmgr.vbs /ato
- Sometimes, activation might work better via command line. Open an elevated Command Prompt and run:
- KMS Activation:
- If you have access to a KMS server, you might consider configuring your VMs to use that for activation. Check out the documentation for the correct commands to set this up, if applicable.
- Check Activation Logs:
- The Event Viewer logs you referenced should give you more detailed error codes. Look these up to get more specific guidance on the issue.
- Check
C:\Windows\Logs\SoftwareProtectionPlatform
for detailed activation logs.
It sounds like you have the right to use the VMs under your Standard Edition license, so the problem likely lies in communication or configuration rather than licensing validity. Good luck!
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan