Skip to content

Instantly share code, notes, and snippets.

@Jimeh87
Last active March 28, 2020 21:05
Show Gist options
  • Select an option

  • Save Jimeh87/8a35fb8b7cad27e3294d7bcd2b5a60d3 to your computer and use it in GitHub Desktop.

Select an option

Save Jimeh87/8a35fb8b7cad27e3294d7bcd2b5a60d3 to your computer and use it in GitHub Desktop.
Gaming PC Setup
#Chocolatey install
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'))
# Apps
choco install firefox
choco install vlc
choco install paint.net
choco install steam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment