错误如下:
WslRegisterDistribution failed with error: 0x800701bc #5393,如下图:

1、需要开启Windows功能

2、开始菜单输入“power shell”,然后右键以“管理员身份打开”,输入如下命令检查是否满足条件:
#由于需要去github下载相应文件,需要设置科学上网代理
set http_proxy=http://127.0.0.1:7897
set https_proxy=http://127.0.0.1:7897
wsl --update

再次运行ubuntu子系统即可。