Sponsor

I frequently pick up used computers from yard sales, flea markets and such. The problem is…the password, of course. Is there a simple, easy and inexpensive way to log on and change the admin password or remove it?

unlock-windows

Resetting Windows Password Using Offline NT Password & Registry Editor


Offline NT Password & Registry Editor is very fast tool compared to other Windows password recovery programs. Moreover, it is completely open source and free. It deletes the old password, so there is no need to access Windows at all. It works flawlessly with all versions of Windows XP, Vista and 7. It can reset passwords for 64 bit versions, too.

ONTPRE

  1. First you need to visit their website and click Password reset CD/USB bootdisk: Instructions & image to download in “How to get it?” section.
  2. Scroll down the page and download cd110511.zip file which is just about 3 Mb.
  3. Extract the ISO file from that zipped file and burn that ISO file to a disc.
  4. Restart your computer with that disc in the optical drive.
  5. Press Enter when boot prompt is shown and then wait for the program to load.
  6. You will see all the portions of your hard drive and then choose the correct hard drive partition where Windows is loaded. By default it will be the first one. Press Enter.
  7. Give the correct location of Windows Registry. By default it will show  Windows/System32/config. Press Enter.
  8. Choose Password reset [sam system security] option which by default is choice number 1. Press Enter.
  9. Enter the username you’d like to reset password. Press Enter.
  10. Now enter 1 to Clear (blank) user password and press Enter.
  11. If you do all the above steps correctly, a confirmation message will be displayed. Now type ! to quit editing and press Enter.
  12. Type q to quit the program. Press Enter.
  13. Type y to confirm all the changes permanently and then press Enter.
  14. Press Enter confirming that you do not wish to rerun the program.
  15. Remove the disk and restart computer. You will now be able to log in without password.

Resetting Windows Password Using Linux Live CD (mint)


Linuxmint

You can use Linux live CD and a program named chntpw will do the rest. You don’t have to install that OS to your hard drive. I am showing you how to do it using Linux Mint.
  1. Visit Linux Mint website and download ISO. Burn it to a disc and boot up your computer using that bootable disc.
  2. Go to Menu>Accessories>Terminal.
  3. Type sudo apt-get update. Press Enter.
  4. Type sudo apt-get install chntpw.  Press Enter and keep that terminal open.
  5. From desktop go to Computer and then just open the drive where Windows is loaded. It will mount that drive.
  6. In the terminal type cat /proc/mounts. Hit Enter. It will give output like /dev/sda1 /media/CA123DD456EA6512. This long serial no will vary in your case. Change it accordingly in next command.
  7. Type cd /media/ CA123DD456EA6512. Hit Enter.
  8. Type cd Windows/System32/config/ and Press Enter.
  9. Type sudo chntpw SAM and Press Enter. You will get a menu with all users of the system. Default is Administrator. Type 1 and press Enter to clear user password.
  10. If you need to reset password for a specific user, type sudo chntpw -u username SAM and follow previous instructions.
  11. Close everything and reboot system.
Resetting Windows Password Using Sticky Keys

This is the best way if you don’t have a bootable password recovery disk or a Linux live CD. Although you can’t have access to encrypted files, encrypted email messages or stored passwords of Internet Explorer and network resources, still you can get into your system for sure.

cmd-from-installation-disc
  1. By using your Windows installation disk, boots up your computer.
  2. Click Repair your computer link for Vista and later OS or press R in case of XP after everything loads.
  3. Select the OS to repair. Click Next or Press Enter in case of XP.
  4. Click Command Prompt from the list of recovery tools.
  5. I presume your OS is installed in drive C. Replace C with appropriate drive letter for other cases. In the CMD typecopy c:\windows\system32\sethc.exe c:\ and press Enter.
  6. Type copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe and press Enter.
  7. Now close everything and reboot computer.
  8. Tap Shift five times to pop up Command Prompt.
  9. Type net user username password. Replace username with your username and password with a new password.
  10. Exit Command Prompt and you can log in with your new password.
~Soumen

3 comments:

 
Top