Skip to main content

WSL 2

MarshioLess than 1 minuteIntroIntro

Introduction

安装

适用于 Linux 的 Windows 子系统文档open in new window

Enable the Windows Subsystem for Linux

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

Check requirements for running WSL 2

版本检查,要运行 WSL2 Windows 的版本必须大于一定版本,具体需要参考官方文档。

Enable Virtual Machine feature

启用虚拟功能

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Download the Linux kernel update package

下载内核更新包

Set WSL 2 as your default version

wsl --set-default-version 2

下载 Linux 发行版