20120125

Recovering Lost Windows Password


If you find yourself locked out of your Windows because you lost or forgot your password, here are some things you could do.

* First, do 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 a brute force way to change your Administrator password. 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 "S Pradeep" myPassword
This would change S Pradeep's password to myPassword provided S Pradeep was an Administrator user.

* Don't have admin access? Well, you can get it if you wish by downloading a cool utility from Thomas Mathiesen to recover Windows password if you have forgotten it.

* Or, you could just download this program to reset Windows XP / 2000 / NT security if the Administrator password, secure boot password, or the key disk is lost.

NTAccess can replace the administrator password of a Windows XP, Windows NT or Windows 2000 system by rebooting the computer with a special set of boot disks or CD-ROM (XP only). This is useful if you forgot the administrator password and cannot access the Windows XP/2000/NT system.

* Petter N Hagen has put together an Offline NT Password & Registry Editor, which is basically a single floppy or CD containing everything you need to edit the passwords on most Windows systems.


CAUTIONPlease use these tools at your own risk. I believe they are good ones, with good intent, but they should be used only if you know what you are doing. 

No comments:

Post a Comment