We can able to reset or clear the windows password without typing old password.
Steps :
Go to Programs > CMD (Note: Don’t open CMD directly, First right click on CMD and click on run as Administrator)
In the CMD type net user this gives the entire active user in the windows including the Administrator
To remove password hit enter twice after the command "net user <User_Name> *"
If you want to change the password then type new password after the command
" net user <User_Name> * " and confirm the password.
In the CMD type net user this gives the entire active user in the windows including the Administrator
To remove password hit enter twice after the command "net user <User_Name> *"
If you want to change the password then type new password after the command
" net user <User_Name> * " and confirm the password.
Note : When u are typing the password in CMD window, it is not going to show what u are typing. Only type password for the user and hit enter , Now again type same password for confirm password and hit enter.
Post a Comment