From 6490bb57ca76baa0dfc5b1cf15d4a581504ed9c0 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Fri, 26 Feb 2021 13:12:02 +0200 Subject: [PATCH] add note about enabling Sandbox using Powershell https://github.com/MicrosoftDocs/windows-itpro-docs/issues/9098 --- .../windows-sandbox/windows-sandbox-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview.md b/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview.md index 81f95a98be..f64548bb5f 100644 --- a/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview.md +++ b/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview.md @@ -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. - 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. ## Usage