On windows :
C:\Program Files (x86)\VMware\VMware Player>vnetlib64.exe -- install bridge
On windows :
C:\Program Files (x86)\VMware\VMware Player>vnetlib64.exe -- install bridge
Here is the link that will help you do that :
https://damsteen.nl/blog/2018/08/29/installing-wsl-manually-on-non-system-drive
And for finding the links for the different distributions :
https://docs.microsoft.com/en-us/windows/wsl/install-manual#downloading-distros
I often get this error while trying to launch Ubuntu on Windows WSL (command "ubuntu2004").
"Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x80080005
Error: 0x80080005 ╔chec de l?exÚcution du serveur
Press any key to continue..."
Here is the link that will help you for doing that :
https://ubuntu.com/tutorials/ubuntu-desktop-aws#1-overview
Then from a Windows machine, download TightVNC at :
https://www.tightvnc.com/download.php
And when entering the remote AWS Ubuntu machine address in TightVNC, don't forget to append "::5901" at the end of the URL.
If you want to change the displayed resolution when connecting from TighVNC client, then, on the Ubuntu Linux machine do the following :
vncserver -kill :1
vncserver -geometry 1600x1200
And connect again from your TightVNC client on the remote (Windows) machine.
find / -name * 2>/dev/null -type f -size +1000000
If you try to start your Ubuntu 20.04 LTS instance in the WSL environment on Windows (10), then try to restart the LxssManager service through Powershell as follows :
powershell
Restart-Service LxssManager
Restart-Service LxssManager -force
The following article might help to understand the mechanics around starting and stopping services through Powershell, in case you need it :
Basically, you should use the "Get-Service" function to list all services from Powershell.