Merge pull request #9210 from VLG17/patch-124

add note about enabling Sandbox using Powershell
This commit is contained in:
Kateyanne
2021-03-23 15:49:47 -07:00
committed by GitHub

View File

@ -53,6 +53,10 @@ The following video provides an overview of Windows Sandbox.
1. Use the search bar on the task bar and type **Turn Windows Features on and off** to access the Windows Optional Features tool. Select **Windows Sandbox** and then **OK**. Restart the computer if you're prompted. 1. Use the search bar on the task bar and type **Turn Windows Features on and off** to access the Windows Optional Features tool. Select **Windows Sandbox** and then **OK**. Restart the computer if you're prompted.
- If the **Windows Sandbox** option is unavailable, your computer doesn't meet the requirements to run Windows Sandbox. If you think this is incorrect, review the prerequisite list as well as steps 1 and 2. - If the **Windows Sandbox** option is unavailable, your computer doesn't meet the requirements to run Windows Sandbox. If you think this is incorrect, review the prerequisite list as well as steps 1 and 2.
> [!NOTE]
> To enable Sandbox using PowerShell, open PowerShell as Administrator and run **Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online**.
1. Locate and select **Windows Sandbox** on the Start menu to run it for the first time. 1. Locate and select **Windows Sandbox** on the Start menu to run it for the first time.
## Usage ## Usage