windows ubuntu18.04 忘记密码
首先在Windows下打开命令行(Super+X, A),将Ubuntu的默认用户设置为root.
In Windows admin command prompt (Super+X, A) change the default user to root:
对于ubuntu 18.04版本,使用以下命令
ubuntu1804 config --default-user root
然后,启动ubuntu,从终端terminal更改相应用户的密码。
passwd your_username#将your_username替换为自己的用户名
最后返回,Windows终端,将默认用户改回为自己。
ubuntu1804 config --default-user your_username
网友评论