Windows Sandbox Management

Isolated Sandbox Environments Made Easy

Create, configure, and manage Windows Sandbox environments with a modern desktop application. Profile management, automated software installation, and full resource control.

Windows 11 Hyper-V Based Fast & Lightweight
QuickSand Application Screenshot

Powerful Features

Everything you need to manage Windows sandbox environments effectively

Profile Management

Create and save multiple sandbox configurations. Switch between profiles instantly and share them with your team.

Resource Control

Configure memory allocation, vGPU settings, clipboard sharing, and other resources on a per-sandbox basis.

Folder Mapping

Share files between host and sandbox with granular read-only permissions for each mapped folder.

Software Installation

Auto-install packages via WinGet or Chocolatey when the sandbox boots. Pre-configure your development environment.

Script Automation

Run custom PowerShell scripts on sandbox startup to automate setup tasks and configurations.

Network Isolation

Toggle network access per sandbox for secure testing of untrusted software or malware analysis.

Multiple Sandboxes

Run and manage multiple independent sandboxes simultaneously. Connect to each instance with its own dedicated session.

GPU Acceleration

Enable vGPU support for seamless gaming and running local LLMs inside your sandbox environments.

Installation

Get up and running in a few simple steps

System Requirements

  • Windows 11 Pro, Enterprise, or Education
  • 64-bit processor with virtualization support (Intel VT-x / AMD-V)
  • Virtualization enabled in BIOS/UEFI
  • 4 GB RAM minimum (8 GB+ recommended)
  • 10 GB free disk space
Windows Sandbox is not available on Windows Home editions
1

Check Hardware Requirements

Ensure your system meets the minimum requirements for Windows Sandbox and Hyper-V virtualization.

Most modern PCs with Intel VT-x or AMD-V support these requirements.

2

Enable Windows Sandbox

Install the Windows Sandbox optional feature using PowerShell (run as Administrator):

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

A restart is required after enabling this feature.

3

Add to Hyper-V Administrators

If not running as Administrator, add your user to the Hyper-V Administrators group:

Add-LocalGroupMember -Group "Hyper-V Administrators" -Member "$env:USERNAME"

Log out and back in for group membership to take effect.

4

Download & Install QuickSand

Download the QuickSand installer and run it to complete the installation.

Download QuickSand
5

Initialize Sandbox Templates

Run Windows Sandbox at least once via the QuickSand CLI to initialize system templates:

wsb start wsb stop --id <uuid>

Replace <uuid> with the ID returned by the start command.

See It In Action

A modern, intuitive interface designed for power users

Changelog

Track the evolution of QuickSand

1.0.0 2026-01-19
  • Added Initial release of QuickSand Tauri application
  • Added HCS (Host Compute System) integration for high-performance sandboxing
  • Added Profile management with save/load functionality
  • Added VHDX virtual disk management for persistent and ephemeral storage
  • Added Folder mapping with host-to-sandbox sharing
  • Added Software installation via WinGet and Chocolatey
  • Added PowerShell script automation on boot
  • Added Resource configuration (memory, vGPU, networking)
  • Added Network isolation and security toggles
  • Added Modern Fluent UI design with dark theme
  • Added URI handler registration (open new URLs in a sandbox)

Roadmap

What we're working on and what's coming next

Completed
In Progress
Planned
Exploring
Completed Q4 2025

Tauri 2.0 Migration

Complete migration from C# WPF to Rust Tauri with Leptos frontend

Completed Q4 2025

HCS API Integration

Native Host Compute System integration for sandbox lifecycle management

In Progress Q1 2026

Profile Gallery

Community-driven gallery to share and discover sandbox profiles

In Progress Q1 2026

Auto-Update System

In-app update notifications and seamless upgrade experience

In Progress Q1 2026

Explorer Context Menu

Open files directly in sandboxes via right-click "Open with" options

Planned Q3 2026

Reboot Support

Allow rebooting sandboxes without losing state or configuration

Planned Q3 2026

Snapshot & Restore

Save and restore sandbox state for quick startup and custom environments

Exploring Q4 2026

Browser Profile Persistence

Save cookies, browser history, and settings across sandbox runs

Exploring Q4 2026

macOS Host Support

Run QuickSand on macOS to manage Windows and macOS VMs

Exploring Q4 2026

Guest OS Support

Support for other guest operating systems like macOS and Linux

Have a feature request or suggestion?

Send us an Email