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

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-2zalman2prod400g5VM
7zip.installcc
alldupmc--
anydesk.installmcmm
arduinoc--
bitwardenmcmm
bravemcmm
calibrecm-
chocolateyguicc-
docker-desktopcm
everythingccmc
extractnowc--
fastcopycc
filebeatc-
foxitreadercc
git.installccmc
github-desktopccmc
handbrakecc
jdownloaderccc
kopiauicccc
metricbeatc-
notepadplusplusmcc
obsidianmcc
paint.netcc-
pdf24cccc
prometheus-windows-exporter.installc-
puttymcc
pycharm-communitycc
rpi-imagermcm-
sonos-controllerm-c
spotifymcmc
steammmmm
synctrayzormcmm
tailscalemcmm
teamspeakmcmm
telegrammcmc
treesizefreecccc
vlcmcc
vscodec-c
vscodiumcc
win32diskimagermm-
wiztreec-

Special notes:

  • extractnow (no longer available in Chocolatey)
  • alldup (outdated, last update: 29 Jun 2021)

Install all at once:

choco install -y 

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