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

Comments