How to change the administrator password without knowing the old password

Jitendra kumar sahoo
Published on June 5, 2011
Short Link:

Follow the Steps:

1. Go to star menu
2. Open command prompt as administrator.
3. Change the directory to C:WindowsSystem32 by putting cd c:windowssystem32 in command prompt and press Enter.
4. Type the following command to know the user accounts and types.
net users
5. It shows username and type.
6. Take any username whose password u wants to change.
7. Type following command to change password
net user  ”username”<space>*
8. Follow the instruction and change the password.

Other recommended posts:
«How to Create Hidden & Unsearchable File or Folder How to add a welcome message before the Logon Screen Using Software»