useradd --create-home --shell /bin/bash xqyjlj
passwd xqyjlj
usermod -aG sudo xqyjlj
vim /etc/wsl.conf

添加以下代码

[user]
default=xqyjlj

重启 wsl 即可