This tutorial explains what to do if you have forgotton your Windows user password. Windows versions after XP can't be accessed through safe mode or otherwise. External applications are needed to reset/change the user password so it's possible to login again.
Caution: This tutorial is for advanced users. If you completely don't understand it, get someone who does. Alternatively, you can try other tools for this purpose. For example PCLoginNow (http://www.pcloginnow.com/product.html) or Ophcrack (http://ophcrack.sourceforge.net/).
See this link for more password recovery tools
The following way has been successfully been tested with Windows NT, 2000, XP, Vista, and Windows 7.
Related links:
Related downloads:
The files inside the USB zip are exactly the same as on the CD. See below for instructions on how to make USB disk bootable.
The CD will boot with most BIOSes, see your manual on how to set it to boot from CD. Some will auto-boot when a CD is in the drive, some others will show a boot-menu when you press ESC or F10/F12 when it probes the disks, some may need to have the boot order adjusted in setup.
See this link for more password recovery tools
The following way has been successfully been tested with Windows NT, 2000, XP, Vista, and Windows 7.
Related links:
- Official website: http://pogostick.net/~pnh/ntpasswd/
- FAQ (Frequently asked questions)
Related downloads:
- cd110511.zip (~3MB) - Bootable CD image.
- usb110511.zip (~3MB) - Files for USB install
The files inside the USB zip are exactly the same as on the CD. See below for instructions on how to make USB disk bootable.
How to make the CD
Unzipped, there should be an ISO image file (cd??????.iso). This can be burned to CD using whatever burner program you like, most support writing ISO-images. Often double-clikcing on it in explorer will pop up the program offering to write the image to CD. Once written the CD should only contain some files like "initrd.gz", "vmlinuz" and some others. If it contains the image file "cd??????.iso" you didn't burn the image but instead added the file to a CD. I cannot help with this, please consult you CD-software manual or friends.The CD will boot with most BIOSes, see your manual on how to set it to boot from CD. Some will auto-boot when a CD is in the drive, some others will show a boot-menu when you press ESC or F10/F12 when it probes the disks, some may need to have the boot order adjusted in setup.
How to make an bootable USB drive
- Copy all the files that is inside the usbXXXXXX.zip or on the CD onto an usb drive, directly on the drive, not inside any directory/folder.
- It is OK if there are other files on the USB drive from before, they will not be removed.
- Install bootloader on the USB drive, from command prompt in windows (start the command line with "run as administrator" if possible)
X:syslinux.exe -ma X:
- Replace X: with the drive letter the USB drive shows up as (DO NOT USE C:)
- If it seems like nothing happened, it is usually done.
- However, a file named ldlinux.sys may appear on the USB drive, that is normal.
- It should now in theory be bootable.
- Please know that getting some computers to boot from USB is worse than from CD, you may have to change settings, or some will not simply work at all.
How to make the floppy
The unzipped image (bdxxxxxx.bin) is a block-to-block representation of the actual floppy, and the file cannot simply be copied to the floppy. Special tools must be used to write it block by block.
- Unzip the bd zip file to a folder of your choice.
- There should be 3 files: bdxxxxxx.bin (the floppy image) and rawrite2.exe (the image writing program), and install.batwhich uses rawrite2 to write the .bin file to floppy.
- Insert a floppy in drive A: NOTE: It will lose all previous data!
- Run (doubleclick) install.bat and follow the on-screen instructions.