Windows – How to reset lost password

Version 32.1b
Revision: 11 Build 12

Windows – How to reset lost password.

Introduction:
when I was repairing a laptop from a specific owner, there was a block on Windows.
This problem was created by the original owner, as he forgot his password. So he asked me to reset it without erasing his important data! Well… it took me 3 hours to bypass the security system without a password – recovery disk!

For those who forgot your password, please use this tutorial. Its better to learn it, if the technicians are unavailable in your country. It’s also useful if you’re on holiday, mostly, forgetting your password from all the fun and laughs.

1.] Go to a cafe and use a free computer and print this article. Nevertheless, you can also borrow your friend’s computer and read this article.

2.] Reboot your locked computer and press F8 to activate “SafeMode” environment.

3.] When Windows load, just select: Administrator account. But, don’t worry as It will not asks / request you for a password.

4.] Go to “Start >> Run >> Type: CMD”

5.] At command prompt type, just type in this command: “cd C:\Windows\System32″.
Then press Enter.

6.] Create a backup of “logon.scr”.

Command: copy logon.scr logon.bak.

7.] Now, you’ll need to type in: “copy CMD.EXE logon.scr” and select “Yes”.

8.] Finally, you can reset your password by typing in these commands!

Command: net user administrator NewPassword (You’ll need to replace NewPassword with your own password)

Notes: if your account is Bob, you must type it in, like this: net user Bob YourNewPass

9.] Reboot your computer and logon with your new password.

Just remember this code: net user *user_name* *new_password*

10.] Finish!

Comments are closed.