Crack windows password in command prompt
The administrator password in a computer can be changed without having a knowledge on the present password.It is done in command prompt by following some commands.The process involves finding the administrator name(User account name) and then typing a new password for it.
1.Open RUN (Shortcut : WINDOWS + R ) and type " cmd " and hit enter.
2.Now follow the command " net user ".
This command helps to find the user account in the computer i.e. the administrator.
3.Now it will show the accounts present .
E.g. John Guest
So the administrator is John,if there is no user account created then it simply shows
Administrator Guest
4.Now climb over the administrator by using the previous command followed by the administrator name
" net user administrator " or " net user john "
5.It displays information about the account.
6.Follow this command to change the administrator password
" net user administrator * " or " net user john * "
7.Now it will ask to enter a new password and type again to conform it,but the cursor won't move while you type.No need to worry about this,simply enter the password.
Lock the computer ( shortcut : WINDOWS + L ) and verify the changed password.
It will be a bit funny if you do this on your friends PC so that you can demand a party from him.
No comments:
Post a Comment