Minor changes to Install WSL2 steps

This commit is contained in:
LMurphy001 2021-08-24 17:59:12 -04:00
parent 3bd64cedb1
commit 83f0e9b688
1 changed files with 9 additions and 6 deletions

View File

@ -24,7 +24,10 @@ Without further ado, let's get WSL2 installed on Windows 10! This guide is follo
There are two options available for install, simplified and manual. This guide goes through the six manual steps. **Note:** If you run into problems, there's a [troubleshooting](https://docs.microsoft.com/en-us/windows/wsl/install-win10#troubleshooting-installation) section at the bottom of the page. ![01](01.png "01")
1. The first step (of six) is to enable the "Windows Subsystem for Linux" feature, aka the Microsoft-Windows-Subsystem-Linux feature. Open an Administrator PowerShell window and run the dism.exe command as shown in the image. Do **NOT** restart your computer yet.
1. The first step (of six) is to enable the "Windows Subsystem for Linux" feature, aka the Microsoft-Windows-Subsystem-Linux feature. Open an Administrator PowerShell window and run the dism.exe command as shown. Do **NOT** restart your computer yet.
> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
![02](02.png "02")
![03](03.png "03")
@ -42,7 +45,7 @@ There are two options available for install, simplified and manual. This guide g
***The purple Note at the bottom of the screenshot might be useful.***
1. Step 3 of 6 is enabling the "Virtual Machine" feature. Although you Enabled the Windows Subsystem for Linux feature in Step 1, more steps are needed. In an Administrator PowerShell window, run this command:
1. Step 3 of 6 is enabling the "Virtual Machine" feature. Although you Enabled the Windows Subsystem for Linux feature in Step 1, you also need to enable the VirtualMachinePlatform feature. In an Administrator PowerShell window, run this command:
> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
@ -50,11 +53,11 @@ There are two options available for install, simplified and manual. This guide g
![07](07.png "07")
***Restart your computer*** to complete the WSL install:
***RESTART YOUR COMPUTER*** to complete the WSL install:
![08](08.png "08")
1. Step 4 of 6 is to download Microsoft's Kernel Update and install it. Click the link *WSL2 Linux kernel update package for x64 machines* and save the .msi file to disk.
1. Step 4 of 6 is to download Microsoft's Linux Kernel Update and install it. Click the link *WSL2 Linux kernel update package for x64 machines* and save the .msi file to disk.
![09](09.png "09")
![10](10.png "10")