重置wsl之后,再次启动wsl报错Error code: Wsl/Service/CreateInstance/MountVhd/ERROR_FILE_NOT_FOUND

解决方法:

打开powershell

1
2
wsl -l
wsl --unregister Ubuntu

这样重新点击Ubuntu图标启动应用,重新使用wsl系统

参考链接:Error code: Wsl/Service/CreateInstance/MountVhd/ERROR_FILE_NOT_FOUND

创建于2023.2.28/0.16,修改于2023.2.28/0.16