add note about enabling Sandbox using Powershell

https://github.com/MicrosoftDocs/windows-itpro-docs/issues/9098
This commit is contained in:
VLG17 2021-02-26 13:12:02 +02:00 committed by GitHub
parent 36c23e51ae
commit 6490bb57ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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