Skip to content

Latest commit

History

History
21 lines (15 loc) 路 481 Bytes

install-wsl.md

File metadata and controls

21 lines (15 loc) 路 481 Bytes

Install WSL 2

Run PowerShell as Admin,

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

Restart

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Restart then download and install the Linux Kernel

wsl --set-default-version 2
wsl --list --verbose