Error code: Wsl/Service/CreateInstance/MountVhd/ERROR_FILE_NOT_FOUND
Error code: Wsl/Service/CreateInstance/MountVhd/ERROR_FILE_NOT_FOUND
Error code: Wsl/Service/CreateInstance/MountVhd/ERROR_FILE_NOT_FOUND
Re: Error code: Wsl/Service/CreateInstance/MountVhd/ERROR_FILE_NOT_FOUND
From the [WSL Github issue on the topic](https://github.com/microsoft/WSL/issues/8710) and the resulting [discussion thread](https://github.com/microsoft/WSL/discussions/8729):
-
List the distributions installed, by running following in PowerShell.
```
wsl -l
```
-
Unregister the distribution. Replace the "Ubuntu" below with your distribution name found in Step #1:
***WARNING*: THIS COMMAND WILL COMPLETELY UNINSTALL YOUR WSL DISTRO.**
```
wsl --unregister Ubuntu
```
-
Launch the Ubuntu (or other distribution) which was installed using Microsoft Store
-
List the distributions installed, by running following in PowerShell.
```
wsl -l
```
-
Unregister the distribution. Replace the "Ubuntu" below with your distribution name found in Step #1:
***WARNING*: THIS COMMAND WILL COMPLETELY UNINSTALL YOUR WSL DISTRO.**
```
wsl --unregister Ubuntu
```
-
Launch the Ubuntu (or other distribution) which was installed using Microsoft Store