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
This commit is contained in:
Sriraman M S 2022-11-15 17:05:05 +05:30 committed by GitHub
parent 88fcd2551e
commit 4648f13449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,16 +243,18 @@ C:\users\WDAGUtilityAccount\Desktop\vscode.exe /verysilent /suppressmsgboxes
<Configuration> <Configuration>
<MappedFolders> <MappedFolders>
<MappedFolder> <MappedFolder>
<HostFolder>C:\SandboxScripts</HostFolder> <HostFolder>C:\sandbox\scripts</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Downloads\sandbox</SandboxFolder>
<ReadOnly>true</ReadOnly> <ReadOnly>true</ReadOnly>
</MappedFolder> </MappedFolder>
<MappedFolder> <MappedFolder>
<HostFolder>C:\CodingProjects</HostFolder> <HostFolder>C:\sandbox\Projects</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\Projects</SandboxFolder>
<ReadOnly>false</ReadOnly> <ReadOnly>false</ReadOnly>
</MappedFolder> </MappedFolder>
</MappedFolders> </MappedFolders>
<LogonCommand> <LogonCommand>
<Command>C:\Users\WDAGUtilityAccount\Desktop\SandboxScripts\VSCodeInstall.cmd</Command> <Command>C:\Users\WDAGUtilityAccount\Downloads\sandbox\VSCodeInstall.cmd</Command>
</LogonCommand> </LogonCommand>
</Configuration> </Configuration>
``` ```