change wsl default user
具体做法为在Linux中 新建文件 /etc/wsl.conf ,文件内容为
[user]
default=myUsername
在windows 中
wsl --shutdown
https://learn.microsoft.com/zh-cn/windows/wsl/use-custom-distro
具体做法为在Linux中 新建文件 /etc/wsl.conf ,文件内容为
[user]
default=myUsername
在windows 中
wsl --shutdown
https://learn.microsoft.com/zh-cn/windows/wsl/use-custom-distro