I have been trying to install WSL and Ubuntu on my Windows laptop. My laptop is running on Win 10 Home with OS build 19045.2486.
As I follow the instruction from: https://learn.microsoft.com/en-us/windows/wsl/install
I open the Windows Command Prompt in administrator mode and run the following code:
wsl --install
After it installed, I restarted my laptop successfully.
However, after I restarted my laptop and try to launch Ubuntu from WSL terminal. It failed to launch and give me this error
After that it just closed everything automatically.
When I try to launch the Ubuntu app from the Microsoft store, no thing responded.
When I check the version of WSL and Ubuntu in Cmd:
I wonder how do I solve this error and enable Ubuntu with WSL?
Thank you