Windows Features
Windows Features¶
-
Enable
Windows Subsystem for Linux
andVirtual Machine Platform
You can enable WSL using either PowerShell or the Windows Features dialog:
-
Using PowerShell:
Open PowerShell as an administrator (right-click and select "Run as administrator").
Run the following command to enable VMP:
Then, enable WSL with:
PowerShelldism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Restart your computer to apply these changes:
-
-
Using Windows Features:
Press + R and type:
Check the boxes for Windows Subsystem for Linux and Virtual Machine Platform, then click OK.
Restart your computer.