Skip to content

Instantly share code, notes, and snippets.

@zudljk
Last active March 14, 2021 19:10
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 zudljk/7751439a2400509faa2573e8f3694b4a to your computer and use it in GitHub Desktop.
Save zudljk/7751439a2400509faa2573e8f3694b4a to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y google-backup-and-sync
choco install -y steam-client
choco install -y obs-studio
choco install -y goggalaxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment