1. Device needs to be running Windows 11 or 10 (version 1903 or later).
  2. Enable virtualization on the device.
  3. Run the following powershell command:
    • Code
    	Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online
    
  4. Restart the computer when prompted.
  5. Open Windows Sandbox from the Start Menu to run it.

See the Microsoft Learn page about Windows Sandbox for more information.