─── ❖ ── ✦ ── ❖ ───

Chocolatey is a packet manager for Windows.

Installation

Guide for β€˜Individual Installation’

  1. Open PowerShell as Admin β†’ [Win]+[x],[a]

  2. β€œRun Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process.”

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'))

Useful commands

Installed packages

A personal overview about which packages I use on which device:

c = installed through chocolatey
m = manually installed
- = not installed

m700x1y3-2zalman3prod400g5VM
7zip.installcc
alldupmc--
anydeskmc-c
arduinoc--
audioswitchermc-c
bitwardenmc-c
bravemccc
calibrec--
chocolateyguic--
discord.installcc
docker-desktopcc
everythingcc-c
extractnowc--
fastcopycc
filebeatc-
foxitreadercc
git.installcc-c
github-desktopcc-c
handbrakec-
jdownloaderccc
kopiauicc-c
metricbeatc-
notepadplusplusmcc
obsidianmcc
paint.netccc
pdf24cc-c
prometheus-windows-exporter.installc-
puttymcc
pycharm-communityc-
rpi-imagermc-c
sonos-controllerm-c
spotifymc-c
steammmcc
synctrayzormc-c
tailscalemc-c
teamspeakmccc
telegrammc-c
treesizefreecc--
vlcmcc
vscodec-c
vscodiumc-
win32diskimagerm--
wiztreec-

Special notes:

  • extractnow (no longer available in Chocolatey)
  • alldup (outdated, last update: 29 Jun 2021)
  • audioswitcher (doesn’t work under Win11?)

Install all at once:

choco install -y <pkg1> <pkg2>

─── ❖ ── ✦ ── ❖ ───