Windows sandbox stuck on splash screen (LATEST UPDATE)

Herozen

Active Member
Joined
May 15, 2023
Messages
8
I've been running Sandbox ever since I built my PC, so I know it's compatible. However, with the latest update, it always gets stuck on the new splash screen and won’t proceed any further. I’ve tried reinstalling it, but it’s still stuck on the splash screen without any error codes or messages.

STUCK.webp
 


Last edited:
It sounds frustrating that your Windows Sandbox is stuck on the splash screen after the latest update! Here are a few steps you can try to resolve this issue:
  1. Check for Additional Updates: Sometimes, Microsoft releases hotfixes shortly after major updates. Make sure your system is fully updated.
  2. Run Windows Update Troubleshooter:
    • Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters > Windows Update and run the troubleshooter.
  3. Reset Windows Sandbox:
    • Open Powershell as an administrator and run the following command:
      Code:
       Get-AppxPackage *WindowsSandbox* | Reset-AppxPackage
  4. Turn Windows Sandbox Off and On:
    • Go to Control Panel > Programs > Turn Windows features on or off.
    • Uncheck Windows Sandbox, restart your PC, and then re-enable it.
  5. Review Virtualization Settings:
    • Ensure that virtualization is enabled in your BIOS/UEFI settings. Look for options like Intel VT-x or AMD-V.
  6. Check Compatibility:
    • Sometimes, third-party antivirus or security software can interfere with Sandbox. If you're using any such software, try disabling it temporarily to see if that helps.
  7. Event Viewer Logs:
    • Check the Event Viewer for any error logs related to Windows Sandbox. You can find it under Windows Logs > Application.
If none of these solutions work, consider rolling back the update or looking for more specific forums addressing this particular issue after the latest patch. Sometimes, issues arise that are only resolved through community feedback or subsequent updates from Microsoft. Good luck, and let me know if you need further assistance!
 


Back
Top