Skip to content
  • 安装 wsl 在功能中打开 alt text
  • 在微软商店安装 ubuntu 或其他 linux 系统

error

0x800701bc WSL 2 ?????????????????? https://aka.ms/wsl2kernel

shell
bcdedit /set hypervisorlaunchtype Auto
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
shell
wsl --update