====== Windows-Subsystem für Linux (WSL) ======
===== Installation =====
==== Windows ====
Voraussetzung: Windows 10 (Build 19041 und höher) oder Windows 11
wsl --install
==== Windows Server ====
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
===== Befehle =====
==== wsl ====
wsl --help # Hilfe anzeigen
wsl # Ausführen des angegebenen Linux-Befehls.
wsl2 only:
wsl --status #
wsl --update #
==== wslconfig ====
wslconfig /l
wslconfig /l /all
wslconfig /u # /unregister
wslconfig /t # /terminate
wslconfig /s # /setdefault
wslconfig /upgrade