WSL2 安装
Manual installation steps for older versions of WSL |
---|
Enable the Windows Subsystem for Linux
powershell
# Open PowerShell as Administrator (Start menu > PowerShell > right-click > Run as Administrator) and enter this command:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Check requirements for running WSL 2
Windows11 or Windows10 > 1903
Enable Virtual Machine feature
powershell
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Download the Linux kernel update package
download https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi and install
Set WSL 2 as your default version
powershell
wsl --set-default-version 2
Install your Linux distribution of choice
Open the Microsoft Store and select your favorite Linux distribution.
Install Windows Terminal
open wsl command line
cmd
PS E:\Note\note> wsl