Skip to content

Commit

Permalink
Replaced Shutdown with Terminate in using-wsl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gunadhya committed Dec 30, 2020
1 parent e36bf40 commit b409517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/user/using-wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ nodes:

## Helpful Tips for WSL2

- If you want to shutdown the WSL2 instance to save memory or "reboot", open an admin PowerShell prompt and run `wsl <distro> --shutdown`. Closing a WSL2 window doesn't shut it down automatically.
- If you want to terminate the WSL2 instance to save memory or "reboot", open an admin PowerShell prompt and run `wsl --terminate <distro>`. Closing a WSL2 window doesn't shut it down automatically.
- You can check the status of all installed distros with `wsl --list --verbose`.
- If you had a distro installed with WSL1, you can convert it to WSL2 with `wsl --set-version <distro> 2`
- If you had a distro installed with WSL1, you can convert it to WSL2 with `wsl --set-version <distro> 2`

0 comments on commit b409517

Please sign in to comment.