You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WSL/install-win10.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,21 +88,21 @@ You will then need to [create a user account and password for your new Linux dis
88
88
89
89
You can check the WSL version assigned to each of the Linux distributions you have installed by opening the PowerShell command line and entering the command (only available in [Windows Build 19041 or higher](ms-settings:windowsupdate)): `wsl -l -v`
90
90
91
-
```bash
91
+
```powershell
92
92
wsl --list --verbose
93
93
```
94
94
95
95
To set a distribution to be backed by either version of WSL please run:
Make sure to replace `<distribution name>` with the actual name of your distribution and `<versionNumber>` with the number '1' or '2'. You can change back to WSL 1 at anytime by running the same command as above but replacing the '2' with a '1'.
102
102
103
103
Additionally, if you want to make WSL 2 your default architecture you can do so with this command:
0 commit comments