Tuesday, December 27, 2011

How to change Administartor password

How to Change User Password from Command Prompt:

To change a user's password at the command prompt, log on as an administrator and type:

 net user user_name  new_password 

Example:C:\>net user administrator private
                   The command completed successfully.