Considerations for Deploying
Deploying WSL at scale requires you to be aware of some important things for the best experience.
It is important to make sure that when a user restarts their system, the %APPDATA%\local directory of their user account is preserved. If the directory is erased, the user will need to reinstall their WSL distro(s) every time that they log in to Windows. This is because the WSL file systems are stored within this directory. As an alternative, you could install the distros on behalf of the user via automation with the wsl.exe --import command, which ...