赞
踩
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
3. 下载 Linux 内核更新包
linux内核下载地址
4. 运行上一步中下载的更新包
5. 打开 PowerShell,然后在安装新的 Linux 发行版时运行以下命令,将 WSL 2 设置为默认版本:
wsl --set-default-version 2
"registry-mirrors": [
"https://8u5kx0c4.mirror.aliyuncs.com"
],
"exec-opts": [
"native.cgroupdriver=cgroupfs" // linux系统使用systemd
]
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。