Skip to content

Instantly share code, notes, and snippets.

@Refalm
Last active December 28, 2023 21:17
Show Gist options
  • Save Refalm/28c6f928db3b344675f2e03095b969ac to your computer and use it in GitHub Desktop.
Save Refalm/28c6f928db3b344675f2e03095b969ac to your computer and use it in GitHub Desktop.
Chocolatey install with auto update, auto clean, protocol support, GUI, all Visual C++ Redistributable
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'))
choco install chocolateygui choco-cleaner choco-protocol-support choco-upgrade-all-at-startup vcredist-all -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment