===== Mit winget =====
Folgende Kommandos können direkt in der Power-Shell ausgeführt werden:
=== Visual Studio Code ===
winget install -e --id Microsoft.VisualStudioCode
Alternative Installation vom Windows Store.
=== git und git-bash ===
Direkt mit Powershell:
winget install --id Git.Git -e --source winget
Oder händisch von https://git-scm.com/downloads/win
=== python ===
winget install --id=Python.Python.3.13 -e
Alternative Installation vom Windows Store
===== Update aller Programme =====
Auf einer Kommandozeile:
winget update
winget upgrade