Skip to content

Instantly share code, notes, and snippets.

View benloeffel's full-sized avatar
😎

Ben Löffel benloeffel

😎
View GitHub Profile
@benloeffel
benloeffel / wsl-cheatsheet.ps1
Created September 13, 2022 07:47 — forked from karthiks/wsl-cheatsheet.ps1
WSL 2 CLI Cheat-sheet To Be Run In Powershell
# To list installed distributions
wsl -l
wsl --list
# To list installed distributions along with its running status and wsl config being 1 or 2
wsl -l --verbose
wsl -l -v
# To run a specific distro
wsl -d distro_name