Type the following “net user” command and press Enter to list all the users on your system:
net user
记下要更改其密码的帐户名。
To change the password, type the “net user” command shown below, replacing USERNAME and NEWPASS with the actual username and new password for the account. Further, if the username is more than one word, you’ll need to place it inside quotes:
net user USERNAME NEWPASS
net user "USER NAME" NEWPASS
按 Enter 运行此命令后,您将看到一条消息,说明该命令已成功完成。现在,您可以使用新密码登录该帐户。