Thursday, September 21, 2023
HomeSoftware EngineeringHow one can Set up Chocolatey on Home windows PowerShell

How one can Set up Chocolatey on Home windows PowerShell


Chocolatey is a software program administration automation for Home windows that wraps installers, executables, zips, and scripts into compiled packages

chocolatey.org

How one can 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.Internet.WebClient).DownloadString('https://group.chocolatey.org/set up.ps1'))

This may 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:

Package deal Command
Visible Studio Code cinst vscode -y
Google Chrome cinst googlechrome -y
Git cinst git -y
Git TFS cinst gittfs -y
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments