Step by step quick guide:
- Search for Powershell
- Open Powershell under administrative priviliges
- 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'))
For more secure options direct to the docs folder
A Package Manager designed mainly for Windows Operating Systems.
Automate installs like GNU Make into Windows:
choco install make
Autromate installs like Visual Studio Code:
choco install vscode
With a single command.
- Package installations
- Possibility of script automation
- Simplify installations from commands/scripts
Please refer to: https://chocolatey.org/install