Tuesday, September 24, 2013

How to change user password from command promt

Open command prompt and type in the following:

net user user_name * /domain

When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.