Skip to content

Instantly share code, notes, and snippets.

@maniankara
Created September 4, 2023 20:03
Show Gist options
  • Save maniankara/9932b4763ad55b9591cbd123c88d502f to your computer and use it in GitHub Desktop.
Save maniankara/9932b4763ad55b9591cbd123c88d502f to your computer and use it in GitHub Desktop.
Handy WLS commands to use in cmd
# List WSLs with versions
wsl --list --verbose
# Convert an existing WSL `Ubuntu-22.04` from WSL2 to WSL1
wsl --set-version Ubuntu-22.04 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment