Loading... # Windows的Linux子系统 ## 删除或重置应用之后出现`WSL`错误 1. **错误信息:** ``` Processing fstab with mount -a failed. <3>WSL (8) ERROR: CreateProcessEntryCommon:368: getpwuid(1000) failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:372: getpwuid(0) failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:574: execvpe /bin/sh failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:583: Create process not expected to return ``` 2. **解决办法:** ``` """ 要以管理员身份运行 """ # 卸载在wsl里面的系统 wsl --unregister kali-linux # 安装在wsl里面的系统 wsl --install -d kali-linux ``` 3. **成功日志:** ``` # 2023/03/21 13:18 注:第一次解决 ``` 最后修改:2023 年 05 月 27 日 © 允许规范转载 打赏 赞赏作者 微信 赞 如果觉得我的文章对你有用,请随意赞赏