mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-19 08:26:39 +00:00
add launch and password reset instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user