Skip to content

Instantly share code, notes, and snippets.

@kelsotodd
Last active February 8, 2021 13:22
Show Gist options
  • Save kelsotodd/2f9941ab3520e8f4b03a7f21e8000f8d to your computer and use it in GitHub Desktop.
Save kelsotodd/2f9941ab3520e8f4b03a7f21e8000f8d to your computer and use it in GitHub Desktop.
Chocolatey Install and Package Installation
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 firefox googlechrome jre8 7zip.install vlc adobereader teamviewer8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment