How can I change default user on Ubuntu Windows?
Solution 1:
To change the default user, open command prompt with administrator privileges and run
ubuntu config --default-user username
You can replace ubuntu
with the release you are using, for example, ubuntu1604
and ubuntu1804
.