Installing Windows Sandbox
- Device needs to be running Windows 11 or 10 (version 1903 or later).
- Enable virtualization on the device.
- Run the following powershell command:
- Code
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
- Restart the computer when prompted.
- Open Windows Sandbox from the Start Menu to run it.
See the Microsoft Learn page about Windows Sandbox for more information.