Chocolatey is a software program administration automation for Home windows that wraps installers, executables, zips, and scripts into compiled packages
chocolatey.org
The right way to Set up Chocolatey in PowerShell
Open PowerShell
(Run PowerShell in Administrator mode) and paste the next script:
Set-ExecutionPolicy Bypass -Scope Course of -Pressure; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Web.WebClient).DownloadString('https://neighborhood.chocolatey.org/set up.ps1'))
This can set up Chocolatey, and get you to the purpose of having the ability to set up packages.
Set up some Packages with Chocolatey
Some instance packages to put in:
Bundle | Command |
Visible Studio Code | cinst vscode -y |
Google Chrome | cinst googlechrome -y |
Git | cinst git -y |
Git TFS | cinst gittfs -y |