Last active
February 8, 2021 13:22
-
-
Save kelsotodd/2f9941ab3520e8f4b03a7f21e8000f8d to your computer and use it in GitHub Desktop.
Chocolatey Install and Package Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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