在Windows Terminal中WSL无法打开错误代码是 process exited with code 4294967295 (0xffffffff),但在命令行中 通过 "C:\Windows\System32\wsl.exe" -d ubuntu18 是正常的
process exited with code 4294967295 (0xffffffff)
"C:\Windows\System32\wsl.exe" -d ubuntu18
解决方法是:通过修改启动的命令为 wsl.exe ~ -d Ubuntu 中间加一个 ~ 可以很好的解决掉
wsl.exe ~ -d Ubuntu
~
Reference Unable to launch WSL Ubuntu