microsoft / windows-dev-box-setup-scripts

Scripts to simplify setting up a Windows developer box
MIT License
1.5k stars 368 forks source link

Deploy WSL with a regular user account #91

Open kousu opened 3 years ago

kousu commented 3 years ago

This matches the result you get when you deploy it interactively: when you run wsl you get the $ prompt. Before, running wsl would get you a # prompt, which may or may not have negative consequences on a dev machine.

The only difference from install distros from the Microsoft Store is that we set the sudo password for you.

Fixes #90.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

kousu commented 3 years ago

This is a little awkward because each distro has three unique IDs:

If you have ways to fix this up please suggest them.