Skip to content

Instantly share code, notes, and snippets.

@hebertcisco
Created October 24, 2020 15:04
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 hebertcisco/c1269a3c2576671238b609c5f1891e3b to your computer and use it in GitHub Desktop.
Save hebertcisco/c1269a3c2576671238b609c5f1891e3b to your computer and use it in GitHub Desktop.
Installing Chocolatey Windows
Set-ExecutionPolicy AllSigned
Set-ExecutionPolicy Bypass -Scope Process
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 -?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment