Install Chocolatey on Windows

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=3no4jQtbzHY



Duration: 1:31
289 views
12


#Chocolatey #Windows #PackageManager

Full steps can be found at https://i12bretro.github.io/tutorials/0745.html

--------------------------------------------------------------------
What is Chocolatey?
--------------------------------------------------------------------
Chocolatey is a software management solution that allows you to manage 100% of your software, anywhere you have Windows, with any endpoint management tool. - https://docs.chocolatey.org/en-us/
 
--------------------------------------------------------------------
Installing Chocolatey
--------------------------------------------------------------------
   01. Launch Powershell as administrator
   02. Run the following command
         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'))
 
--------------------------------------------------------------------
Testing Choco Install (optional)
--------------------------------------------------------------------
   01. Once the installation script completes, run the following to install Chocolatey GUI
         # install chocolatey GUI
         choco install chocolateygui
         # type 'a' and press enter to accept all
         # launch chocolatey GUI
         chocolateygui
 
Sources:  https://docs.chocolatey.org/en-us/choco/setup
 https://docs.chocolatey.org/en-us/chocolatey-gui/setup/installation
 


### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro







Tags:
Application Manager
Chocolatey
Chocolatey GUI
Chocolatey User Interface
ChocolateyGUI
How To
How To Install Chocolatey On Windows
Install Guide
Microsoft
Microsoft Windows
Package Manager
PowerShell
Tutorial
Windows
Windows Based Application Manager
Windows Based Package Manager
i12bretro