How to Change User Password at Command PromptLast reviewed: March 26, 1997Article ID: Q149427 |
The information in this article applies to:
Only administrators can change domain passwords at the Windows NT command prompt with the NET USER command. To change a user's password at the command prompt, log on as an administrator and type: NET USER <UserName> * /domain. You will then be prompted to type a password for the user. Enter the NEW password, not the existing password. After you type the new password, the system will prompt you to retype the password to confirm. The password is now changed. Alternatively, you can enter NET USER <UserName> <NewPassword>. This will change the password without further prompting. This would also allow you to change passwords in a batch file. Non administrators will receive the error message “System error 5 has occurred. Access is denied” when attempting to change the password.
|
Additional query words: password net user command prompt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |