net user administrator * 的用法是在window cmd 中更改用戶密碼 When you create a new user on a Microsoft Windows XP Home Edition-based computer, you are not prompted to create a password. To create a password for a user account, click the icon for the account, and then click "Create a Password". By default, the Stored User Names and Passwords feature creates a "key" for any connection that you make in the graphical user interface (GUI) that requires alternate credentials. When you make a connection at a command prompt by using the net use command and by passing alternate credentials, a key is not created. For the net use command to save the credentials in Credential Manager, use the /savecred switch. When you use the /savecred switch, any credentials that you are prompted for when you use the net use command are saved as a key. Therefore, if you are prompted for the user name and password (or if you are prompted only for the password) when you use the net use command (but not because you used an asterisk [*] in the net use command for password prompting) and the /savecred switch, the credentials are saved. When you type the net use * \\ computer_name \ share_name /savecred command, the user is prompted for a user name, and then the user is prompted for a password. http://www.kellys-korner-xp.com/win_xp_passwords.htm
Stored User Names and Passwords Feature Interoperability at a Command Prompt
When you type the net use * \\ computer_name \ share_name /u: domain_name \ user_name /savecred command, the user is prompted for a password.
However, when you type one of the following commands, a key is not created:
net use * \\ computer_name \ share_name * /user: domain_name \ user_name /savecred
-or-
net use * \\ computer_name \ share_name * /savecred /user: domain_name \ user_name
If you type net help use at a command prompt, more information is displayed about the net use command.