Uhm... Windows Sandbox says (0x80070003)

Anonymous
2024-12-21T15:15:11+00:00

I wanna try Windows Sandbox, turned it on... Didn't work? Looking for online solutions, didn't find any, so the only thing I could do is to ask this website. I'm looking for answers... Anything would be appreciated... Is it that bad? Don't know... I'm asking YOU

*** Moved from Windows / Windows 11 / Apps / Windows apps ***

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} vote
Accepted answer
  1. Anonymous
    2024-12-23T07:43:36+00:00

    Hi,

    The error code 0x80070003 in Windows Sandbox usually indicates that the system cannot find the specified path or files needed to start the Sandbox. Here are some steps you can take to resolve this issue:

    Ensure that your system meets the requirements for Windows Sandbox:

    Windows 10 Pro or Enterprise, build 18305 or later.

    AMD64 architecture.

    Virtualization capabilities enabled in BIOS.

    At least 4GB of RAM (8GB recommended).

    At least 1GB of free disk space (SSD recommended).

    At least 2 CPU cores (4 cores with hyperthreading recommended).

    Ensure that virtualization on the machine is enabled.

    Go to Control Panel > Programs > Turn Windows features on or off.

    Ensure Windows SandboxHyper-V, and Virtual Machine Platform are checked.

    You can also open PowerShell as administrator and run the following command

    Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
    

    Open Command Prompt as an administrator and run System File Checker for scanand repair corrupted system files:

    sfc /scannow
    

    If SFC finds issues it can't fix, run the Deployment Imaging Service and Management Tool (DISM):

    DISM /Online /Cleanup-Image /RestoreHealth
    

    Ensure your system is up to date. Go to Settings > Update & Security > Windows Update and check for updates. Install any pending updates and restart your computer.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful