Hi Reece Dunster (Windows 11 User),
Please open Windows PowerShell as administrator and run this command to enable the sandbox.
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
Run these commands to see if the error can be fixed.
DISM /Online /Cleanup-image /RestoreHealth
sfc /scannnow
If the error persists, run bcdedit.exe in PowerShell and make sure the hypervisorlaunchtype is set to Auto. If not, run
bcdedit.exe /set hypervisorlaunchtype auto
You can also open services.msc and manually restart the services Hyper-V Host Computer Service (vmcompute) and Hyper-V Virtual Machine Management (vmms).
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.