Skip to content

Instantly share code, notes, and snippets.

@shvchk
Created March 16, 2023 23:01
Show Gist options
  • Select an option

  • Save shvchk/09889e19ae457d1afa00a330e3e4e95e to your computer and use it in GitHub Desktop.

Select an option

Save shvchk/09889e19ae457d1afa00a330e3e4e95e to your computer and use it in GitHub Desktop.
Default Chocolatey install commands from https://chocolatey.org/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'))
@shvchk
Copy link
Copy Markdown
Author

shvchk commented Mar 16, 2023

Usage:

irm bit.ly/choco-min | iex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment