emailchecking/Sandbox Scripts/InstallSoftware.cmd
Audrey Aaliyah Jensen 647bcdfe53 unzip files to desktop
2023-08-28 10:17:25 -05:00

7 lines
637 B
Batchfile

powershell -command 'Set-ExecutionPolicy Unrestricted'
powershell -command 'Unblock-File -Path "C:\Users\WDAGUtilityAccount\Desktop\Sandbox Scripts\prepare.ps1"'
"C:\Users\WDAGUtilityAccount\Desktop\Sandbox Scripts\python3.exe" /S
"C:\Users\WDAGUtilityAccount\Desktop\Sandbox Scripts\vlc.exe" /S
curl -L "https://update.code.visualstudio.com/latest/win32-x64-user/stable" --output C:\users\WDAGUtilityAccount\Downloads\vscode.exe
"C:\Users\WDAGUtilityAccount\Desktop\Sandbox Scripts\vscode.exe" /VERYSILENT /MERGETASKS=!runcode
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f.