Please open admin Command Prompt and run these commands:
sc.exe config hvhost start= demand
net start hvhost
sc.exe qc cmservice
net start cmservice
Post the output.
I have reset my PC multiple times before and this issue has never occurred for Windows (10) Sandbox. Yes, I have Windows 10 Pro, necessary for this program.
This was the first time I reset my PC from a USB Windows 10 installation media, if that matters. I did it by deleting all partitions ("Delete" button, again, if that matters).
This was the only tutorial I could find for this issue (Error 0x800706d9 in Windows Sandbox) which seemed to actually be trustworthy/most useful. (Deemed by other people on the official Microsoft support page, "accepted answer" at the top).
This was after getting to Step 5 of "Do this in the following order".
Since it cannot be started, it cannot be restarted. "Restart" is greyed out.
A diagram I found online which I believe is related to the issue. I don't know if this diagram is actually true or not but just stick with me.
The error message which sparked this whole issue.
Please open admin Command Prompt and run these commands:
sc.exe config hvhost start= demand
net start hvhost
sc.exe qc cmservice
net start cmservice
Post the output.
Please run MSINFO32.EXE as administrator.
In MSINFO32, press Ctrl + S and save the system information report (.NFO file).
Share the log file on OneDrive.
I had the same symptoms and none of the usual suspects fixed the problem:
reinstalling "Windows Sandbox"
sfc /scannow
dism...
restarting services...
What actually worked was making sure Control flow guard (CFG) was enabled by default in Windows Security. In my case it was not.
as stated here: https://superuser.com/a/1800537
Hello John,
Windows Sandbox actually depends on the Firewall Service.
When that service is disabled, you'll see 0x800706d9 - no more endpoints available from the endpoint mapper because the Firewall hosts key RPC endpoints Sandbox needs. Now let's get that service running again.
Press Win+R, type services.msc and hit Enter. Scroll down to Windows Defender Firewall (it may still say “Windows Firewall” on older builds). Right-click, choose Properties, set the Startup type to Automatic, then click Start. Click OK and close the Services window.
Now try starting the Container Manager Service. It should come up without error. After that, Windows Sandbox will launch normally.
Give that a try and let me know if Sandbox fires up for you.