Change User Password from the Command Prompt
If you are supporting a client remotely using one of the remote support applications, and you want to reset a user password and you don’t want to log off from the user account, you can run the command prompt under the administrator account using Run As, then use the following command:
net user UserName NewPassword
Or use the following command if you don’t want to enter the password in plain text
net user UserName *