Learn Something new TODAY..!

Welcome to "Computer Tips & Trix" web blog site. Here you'll get many tips & tricks about Computer and Mobile phone. But some of these tricks may not work on your Computer or Mobile; because of configuration, model, software or OS installed on your Computer/Mobile.

Be careful while practising TRICKS; because we will not take any responsibility for any kind of damages.


If you've any new TIPS, TRICKS, STUDY MATERIAL OR WEB-SITE, which can help KNOWLEDGE SEEKERS; please share with us.

Saturday, August 13, 2011

change a user's password at the command prompt

To change a user's password at the command prompt, log on as an administrator and type:
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. 

Alternatively, you can type the following command:
net user user_name  new_password
When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file. 

Non-administrators receive a "System error 5 has occurred. Access is denied" error message when they attempt to change the password.

No comments: