X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=wsl2%2FREADME.md;h=ac29c54b5a2265e3f8f7439432b087168e0f90fb;hb=d5b8af415f6588268fcfd48a7af8bafdde6fdb8e;hp=4a7fbf6e808d1171c377feb1a846178ccd98863d;hpb=45ac060cf19857102341bfdad4a8618318d44ce0;p=webi-installers%2F.git diff --git a/wsl2/README.md b/wsl2/README.md index 4a7fbf6..ac29c54 100644 --- a/wsl2/README.md +++ b/wsl2/README.md @@ -37,6 +37,27 @@ powershell Add-AppxPackage Ubuntu_2004_x64.appx See also . +### 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