Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created August 17, 2020 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/284d4159700356887c03ac2c1c6c63b7 to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/284d4159700356887c03ac2c1c6c63b7 to your computer and use it in GitHub Desktop.
Start WSL distribution from Win 10
## List all distributions installed
wsl --list
## Use -d parameter to run a specific distribution from the list
## If you have only one distribution installed,
## Then only WSL and enter would start the installed distribution
wsl -d <<distribution-name>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment