Update windows-sandbox-configure-using-wsb-file.md

This commit is contained in:
Sriraman M S
2022-11-22 02:09:07 +05:30
committed by GitHub
parent 663900b738
commit 1dea7d8fd0

View File

@ -245,12 +245,12 @@ C:\users\WDAGUtilityAccount\Downloads\vscode.exe /verysilent /suppressmsgboxes
<Configuration> <Configuration>
<MappedFolders> <MappedFolders>
<MappedFolder> <MappedFolder>
<HostFolder>C:\sandbox\scripts</HostFolder> <HostFolder>C:\SandboxScripts</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Downloads\sandbox</SandboxFolder> <SandboxFolder>C:\Users\WDAGUtilityAccount\Downloads\sandbox</SandboxFolder>
<ReadOnly>true</ReadOnly> <ReadOnly>true</ReadOnly>
</MappedFolder> </MappedFolder>
<MappedFolder> <MappedFolder>
<HostFolder>C:\sandbox\Projects</HostFolder> <HostFolder>C:\CodingProjects</HostFolder>
<SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\Projects</SandboxFolder> <SandboxFolder>C:\Users\WDAGUtilityAccount\Documents\Projects</SandboxFolder>
<ReadOnly>false</ReadOnly> <ReadOnly>false</ReadOnly>
</MappedFolder> </MappedFolder>