add launch and password reset instructions

This commit is contained in:
AJ ONeal
2020-09-14 12:28:35 +00:00
parent 45ac060cf1
commit d5b8af415f

View File

@@ -37,6 +37,27 @@ powershell Add-AppxPackage Ubuntu_2004_x64.appx
See also <https://docs.microsoft.com/en-us/windows/wsl/install-manual>.
### How to Launch Linux
To Launch the default Linux:
```pwsh
wsl.exe
```
To Launch a specific Linux:
```pwsh
wsl.exe --list
wsl.exe Ubuntu
```
### How to Set or Reset Root Password
```pwsh
wsl -d Ubuntu -u root
```
### How to Switch Between WSL 1 and WSL 2
Despite the name, WSL 2 is neither a "better" version of nor a replacement for