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: skills/10 Basics/CLI.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ text: |
17
17
18
18
Installation instructions:
19
19
20
-
1. Run PowerShell **as Administrator** (right click on PowerShell, choose _Run as Administrator_).
21
-
2. Copy and paste the following command `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart` and press <kbd>Enter</kbd>.
20
+
1. Open PowerShell **as Administrator** (right click on PowerShell, choose _Run as Administrator_).
21
+
2. Copy and paste the following command `Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux` and press <kbd>Enter</kbd>.
22
22
3. Restart computer.
23
-
4. wsl --set-default-version 2
24
-
5. Install [Ubuntu from Microsoft Store](https://www.microsoft.com/en-us/p/ubuntu/9nblggh4msv6#activetab=pivot:overviewtab).
23
+
4. Open PowerShell and run `wsl --set-default-version 2`
24
+
5. Install [Ubuntu from Microsoft Store](https://apps.microsoft.com/detail/9pdxgncfsczv?hl=en-us&gl=US).
0 commit comments