- Back to Home »
- hacking , System tweaks , Tutorials , windows »
- Change windows user account passwords
Posted by : Unknown
Saturday, 29 September 2012
You need to Login into the Admin Account for the below tricks to work
Through Graphic Interface:
- Click Start -> Run.
- Type "Control userpasswords2 "
- Press Enter.
- Select an account and click reset password.
Note:
It would not work for an administrator account.
Via Control Pannel:
It can be also done using control pannel.navigate to the account settings of the account,then click change password
Via Command prompt:
- Start ->search for "cmd" and run as administrator
- Then enter the following command
" net user User name * "
- Replace User name with the Account name for which you want to change the password.for example i want to change the password of the account "test",
The command would be "net user test *".
- Then It prompts for a password,then enter any password.
Note : the password you are typing will not be displayed.
this trick is not applicable if you want to change the password of admin account,to see how to change password of any administrator account see our resetting admin password