mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 05:37:22 +00:00
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:
parent
88fcd2551e
commit
4648f13449
@ -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>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user