Enable and use Windows Sandbox in Windows 11

Published: 12 July 2022
on channel: Kapil Arya Microsoft MVP
2,324
10

In this video, see how to enable and use Windows Sandbox in Windows 11. Read it at https://www.kapilarya.com/how-to-enab....

PowerShell command to enable Windows Sandbox:

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

PowerShell command to disable Windows Sandbox:

Disable-WindowsOptionalFeature -Online -FeatureName "Containers-DisposableClientVM" -Online

Command to enable Windows Sandbox:

dism /online /Enable-Feature /FeatureName:"Containers-DisposableClientVM" -All

Command to disable Windows Sandbox:

dism /online /Disable-Feature /FeatureName:"Containers-DisposableClientVM"

Chapters:
00:00 Intro
00:24 Windows Sandbox overview
01:00 Enable Windows Sandbox - Method 1
02:09 Enable Windows Sandbox - Method 2
03:19 Enable Windows Sandbox - Method 3
04:05 How to use Windows Sandbox
05:31 End screen


#windows11 #sandbox #windowssandbox