Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Created February 27, 2021 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyuninfo/3faaeb2f65b68641e1c6f27b2ca33401 to your computer and use it in GitHub Desktop.
Save goyuninfo/3faaeb2f65b68641e1c6f27b2ca33401 to your computer and use it in GitHub Desktop.
VSCode installer script
REM Download VSCode
curl -L "https://update.code.visualstudio.com/latest/win32-x64-user/stable" --output C:\Users\Public\Downloads\vscode.exe
REM Install and run VSCode
C:\Users\Public\Downloads\vscode.exe\vscode.exe /verysilent /suppressmsgboxes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment