Software Engineering

The right way to Set up Chocolatey on Home windows PowerShell

The right way to Set up Chocolatey on Home windows PowerShell
Written by admin


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 -Drive; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Web.WebClient).DownloadString('https://group.chocolatey.org/set up.ps1'))

It will set up Chocolatey, and get you to the purpose of with 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

About the author

admin

Leave a Comment