Improved prerequistes

pull/413/head
jfrocha 2021-09-30 15:37:40 +02:00
parent 9c9aacaf73
commit 8ca2cf15e4
1 changed files with 9 additions and 1 deletions

View File

@ -9,7 +9,15 @@ WSL data can be accessible using ```\\wsl$``` on Windows.
## Prerequisites
* You must be running Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.
* Virtual Machine Platform and Windows Subsystem for Linux are enabled [[1]](https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#installation-issues)
* Virtual Machine Platform and Windows Subsystem for Linux are enabled
In PowerShell as Administrator run this commands
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart
```
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -NoRestart
```
## Installation of WSL