microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 517 forks source link

Is this maintained or planned to continue to be maintained? #127

Open miketheitguy opened 9 months ago

miketheitguy commented 9 months ago

I'm working on an Enterprise-deployed WSL distribution and would like some of the automation features (such as creating a user) that the Store builds provides. I don't think there's an easy way to do this when using wsl --import, other than maybe a first run script that checks for the presence of a file or something that it was configured and run the user through the useradd process.

If this isn't going to be maintained, will there be a way to do some first-run steps otherwise?