Skip to content

Instantly share code, notes, and snippets.

@kylefmohr
Last active January 23, 2022 21:51
Show Gist options
  • Save kylefmohr/4074e6697c1e245c84f29231f1349b0b to your computer and use it in GitHub Desktop.
Save kylefmohr/4074e6697c1e245c84f29231f1349b0b to your computer and use it in GitHub Desktop.
Choco 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://community.chocolatey.org/install.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment