-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
KnifMelti edited this page Jan 8, 2026
·
3 revisions
- Windows 10/11 Pro, Enterprise, or Education
- PowerShell 5.1 or higher
- Download the latest release: SandboxStart-v#.#.#.#.zip
- Extract the ZIP file
- Right-click the ZIP file properties and check "Unblock" if present
- Right-click
SandboxStart.ps1 - Select "Run with PowerShell"
On first run:
- A Start Menu shortcut is created
- Windows Sandbox installation is checked (prompts to install if missing)
- Reboot may be required if Windows Sandbox was just enabled
After the first run, launch SandboxStart from:
- Start Menu (search for "SandboxStart")
- Right-click
SandboxStart.ps1and select "Run with PowerShell"
If Windows Sandbox is not installed, SandboxStart will prompt to enable it.
Click Yes to:
- Enable the Windows Sandbox feature (requires admin)
- Restart your computer
Manual installation:
Enable-WindowsOptionalFeature -Online -FeatureName "Containers-DisposableClientVM" -All
Restart-ComputerSee the User Guide to learn about features and examples.