系统相关
首页 > 系统相关> > Windows Terminal无法加载WSL [process exited with code 4294967295 (0xffffffff)]

Windows Terminal无法加载WSL [process exited with code 4294967295 (0xffffffff)]

作者:互联网

在Windows Terminal中WSL无法打开错误代码是 process exited with code 4294967295 (0xffffffff),但在命令行中 通过 "C:\Windows\System32\wsl.exe" -d ubuntu18 是正常的

解决方法是:通过修改启动的命令为 wsl.exe ~ -d Ubuntu 中间加一个 ~ 可以很好的解决掉

Reference
Unable to launch WSL Ubuntu

标签:code,Windows,Ubuntu,WSL,Terminal,process,4294967295
来源: https://www.cnblogs.com/woki/p/16079503.html