Table of Contents

Windows (Package|Software) Manager - Chocolatey

About

Windows - Package Manager (Software Manager) for windows

Don't use for personal use, you need to pay if you want to change the install dir.

choco install notepadplusplus.install --install-directory=D:\notepad++

Install

The installation works by calling a powershell script in the console with admin permissions

Example:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Upgrade

choco upgrade chocolatey

Example

choco install 7zip.install
choco install firefox
choco install googlechrome
choco install yarn