jrdeng / jrdeng.github.io

I'm using `jrdeng/i2site`
https://wuming.me
1 stars 0 forks source link

Windows 11家庭版安装WSL #20

Open jrdeng opened 1 year ago

jrdeng commented 1 year ago

管理员权限打开PowerShell,执行:

wsl --install

提示安装成功。但是启动WSL的时候报错:

WslRegisterDistribution failed with error: 0x80370114

似乎是家庭版在“启用或关闭Windows功能”里看不到Linux子系统的功能,用命令行:

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

(第二个应该是在第一步就激活了的)