I’ve blogged earlier than on the best way to simply transfer WSL distributions between Home windows 10 machines with import and export. I not too long ago did a full recent set up of Home windows 11 and needed to convey my present extremely personalized Ubuntu set up together with me.
You may tar up (zip up) the user-mode components of your WSL2 distributions like this:
wsl --export Ubuntu-20.04 c:TempUbuntuBackup.tar
The half after –export is the distribution identify you could see from working wsl --list -v
. The final argument is a full path and filename for the archive you need created.
Subsequent, on the machine you’ve got moved to, you may do the reverse. Discover that I’ve modified the Distro identify right here, and you’ll if you’d like. Keep in mind additionally you could have as many Linux Distros put in as you need.
wsl --import Ubuntu c:Linux c:TempUbuntuBackup.tar
The Linux file system is saved in a VHDX (digital exhausting drive), often deep in AppData/Native/YadaYada, however this import is a chance for me to retailer it in C:Linux which will even make it simpler to do upkeep on like Compact-VHD which shrinks your WSL2 disks.
This is the bizarre half. Once you import a WSL2 distro manually, working that distro on the brand new machine will find yourself logging you in as root. It is forgotten that I am “scott.”
There’s loads of methods to repair this that contain the registry or passing in arguments to wsl, however I simply need it to work after I run “wsl
” or “wsl -d distroname
.”
Run your distro, after which edit /and many others/wsl.conf and add a [user] part like this:
[user]
default=scott
That is the perfect technique to set your WSL distro’s default person for imported tars as a result of it is saved contained in the Linux file system and the setting will stick round if you export/import afterward.

Hope this helps!
Sponsor: Lob APIs guarantee your addresses are deliverable and the whole lot you ship arrives on the proper place. Add tackle autocompletion and verification in minutes utilizing React, Vue or Javascript – Attempt totally free!
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, marketing consultant, father, diabetic, and Microsoft worker. He’s a failed stand-up comedian, a cornrower, and a e book creator.