Monday, March 23, 2020

Enabling WSL using Powershell

If you want to enable Linux Subsystem for Windows (WSL), you can run the following command on Powershell. You need to open Powershell as administrator.

Enable-WindowsOptionalFeature -Online -FeatureName 
Microsoft-Windows-Subsystem-Linux 
 
 
 
 

No comments:

Post a Comment