1、安装WSL
# 以管理员身份打开PowerShell并运行
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
winver
# 以管理员身份打开PowerShell并运行
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Linux内核更新包微软
# 以管理员身份打开PowerShell并运行
wsl --set-default-version 2
打开Microsoft Store,并选择你偏好的Linux分发版。
2、使用WSL安装Centos
可用于WSL的CentOS镜像GitHub
如果您因为某种原因不想使用了,可以使用下面命令在WSL上卸载CentOS:
./CentOS.exe clean
文章评论