mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-29 13:47:23 +00:00
Update windows-sandbox-configure-using-wsb-file.md
This commit is contained in:
parent
4648f13449
commit
663900b738
@ -229,12 +229,14 @@ With the Visual Studio Code installer script already mapped into the sandbox, th
|
|||||||
|
|
||||||
### VSCodeInstall.cmd
|
### VSCodeInstall.cmd
|
||||||
|
|
||||||
|
Download vscode to `downloads` folder and run from `downloads` folder
|
||||||
|
|
||||||
```batch
|
```batch
|
||||||
REM Download Visual Studio Code
|
REM Download Visual Studio Code
|
||||||
curl -L "https://update.code.visualstudio.com/latest/win32-x64-user/stable" --output C:\users\WDAGUtilityAccount\Desktop\vscode.exe
|
curl -L "https://update.code.visualstudio.com/latest/win32-x64-user/stable" --output C:\users\WDAGUtilityAccount\Downloads\vscode.exe
|
||||||
|
|
||||||
REM Install and run Visual Studio Code
|
REM Install and run Visual Studio Code
|
||||||
C:\users\WDAGUtilityAccount\Desktop\vscode.exe /verysilent /suppressmsgboxes
|
C:\users\WDAGUtilityAccount\Downloads\vscode.exe /verysilent /suppressmsgboxes
|
||||||
```
|
```
|
||||||
|
|
||||||
### VSCode.wsb
|
### VSCode.wsb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user