From 4648f134494ab6a6ebb32478bc37c394ad81c820 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:05:05 +0530 Subject: [PATCH] Update windows-sandbox-configure-using-wsb-file.md Made changes to the VSCode.wsb as SandboxFolder tag is missing fixes #https://github.com/MicrosoftDocs/windows-itpro-docs/issues/11000 --- .../windows-sandbox-configure-using-wsb-file.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-sandbox/windows-sandbox-configure-using-wsb-file.md b/windows/security/threat-protection/windows-sandbox/windows-sandbox-configure-using-wsb-file.md index 7f5b3c7832..e2ebbcaee2 100644 --- a/windows/security/threat-protection/windows-sandbox/windows-sandbox-configure-using-wsb-file.md +++ b/windows/security/threat-protection/windows-sandbox/windows-sandbox-configure-using-wsb-file.md @@ -243,16 +243,18 @@ C:\users\WDAGUtilityAccount\Desktop\vscode.exe /verysilent /suppressmsgboxes - C:\SandboxScripts + C:\sandbox\scripts + C:\Users\WDAGUtilityAccount\Downloads\sandbox true - C:\CodingProjects + C:\sandbox\Projects + C:\Users\WDAGUtilityAccount\Documents\Projects false - C:\Users\WDAGUtilityAccount\Desktop\SandboxScripts\VSCodeInstall.cmd + C:\Users\WDAGUtilityAccount\Downloads\sandbox\VSCodeInstall.cmd ```