Created
September 4, 2023 20:03
-
-
Save maniankara/9932b4763ad55b9591cbd123c88d502f to your computer and use it in GitHub Desktop.
Handy WLS commands to use in cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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