To setup new instance of WSL
wsl --import tdlserver "C:\mywsl\instances\tdlserver" "C:\mywsl\wsl-original-ubuntu2404-exported"
To change the default user nano /etc/wsl.conf and add
[user]
default=abr
Shutdown tdlserver instance using this and then start again to make the default user effective
wsl -t tdlserver
To export original image
wsl --export Ubuntu-24.04 "C:\mywsl\wsl-original-ubuntu2404-exported"
Leave a Reply