Have you ever find yourself locked out of your Windows because you lost or forgot your
password, if yes find the simple and easy solution for this here.
just follow the instructions step wise as listed below:-
Firstly, if you have the administrator password? Login as an admin and change the password of
your user ID.
NEW: If you are an Administrator user, and are logged into Windows right now because your
PC is setup to log you in automatically, but have forgotten your password in fact, and would now
like to change it — well, Windows requires you to know the old one. However, there is still a
way to change your Administrator password without remembering the old one.
Open a Command prompt (START —> RUN —> then type "cmd" without the double quotes) and
then type the following command:
Code:
net user username newpassword
Remember if the username has spaces in it, then enclose it in double quotes, e.g.,
Code:
net user "santhosh" myPassword
This would change santhosh's password to myPassword provided santhosh was an
Administrator user.
No comments:
Post a Comment