From 8ca2cf15e4a7e5899c2876dba874624bdfa4490c Mon Sep 17 00:00:00 2001 From: jfrocha Date: Thu, 30 Sep 2021 15:37:40 +0200 Subject: [PATCH] Improved prerequistes --- wsl/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wsl/README.md b/wsl/README.md index 550540f..c962248 100644 --- a/wsl/README.md +++ b/wsl/README.md @@ -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