安装CentOS

1、下载镜像:
https://github.com/wsldl-pg/CentWSL/releases
2、下载完后一定要解压后打开。

卸载系统服务

1、wslconfig /l 查看已经安装的系统
2、wslconfig /u CentOS7 卸载系统

systemctl 无法使用问题

mv /usr/bin/systemctl /usr/bin/systemctl.old
curl https://github.com/gdraheim/docker-systemctl-replacement/blob/master/files/docker/systemctl.py > /usr/bin/systemctl
chmod +x /usr/bin/systemctl