Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.05 KB

File metadata and controls

33 lines (24 loc) · 1.05 KB

Windows Subsystem for Linux (WSL)

More information can be found here.

This component is not usually activated on Windows. You will need to activate it yourself.

  • Control Panel:
    • Win + R;
    • Run appwiz.cpl;
    • Click on "Turn Windows features on or off"
    • Select "Virtual Machine Platform" and "Windows Subsystem for Linux";
    • Click "Ok" and restart your computer when prompted.
  • PowerShell (Admin):
    • Run dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart;
    • Run dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart.
    • Restart your computer.

Examples


Next: Upgrade to WSL2

Return: Table of Contents