Change Windows Password without a Reset Disc
Justin Phelps
PC World Magazine, May 2012

If you need to change your Windows password and you don't have a password reset disc, try this trick.
  1. Boot your PC via your Windows installation disc.
  2. Wait for the set up files to load, and select your language. Click Next
  3. Click the Repair your computer link on the Install Windows screen
  4. Select the OS to repair, and note the drive letter it is installed on. Click Next
  5. Click Command Prompt in the list of recovery tools.

  6.      In the next two steps, the instructions refer to drive letter C:, but if your OS is on another drive, use its drive lwtter instead.
  7. At the Command Prompt, type copy c:\windows\system32\sethc.exe c:\ and press <Enter>
  8. Type copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe and press <Enter>
  9. Exit the Command prompt and reboot the PC. At the login screen, tap Shift five times. This will cause the Windows Command Prompt to pop up (instead of activating Sticky Keys, as is normally the case.)
  10. Type net user username password, replacing username with your username and password with your choice of a new password.
  11. Exit the Command Prompt, and then use your new password to log back in.

  12.      To keep other users from exploiting the same trick to reset your password, restore Sticky Keys as follows:
  13. Step through the instructions above to boot the PC using your Windows installation disc, open the recovery tools, and launch the Command Prompt.
  14. Type copy /y c:\sethc.exe c:\windows\system32\sethc.exe and press <Enter>
  15. Exit the Command Prompt and reboot your computer. You are done!