How to Reset Your Forgotten Windows Password the Easy Way

padlockForgetting your password is never any fun, but luckily there’s a really easy way to reset the password. All you need is a copy of the Windows installation disk and one simple command line trick.

Basically, the plan is to temporarily replace the Sticky Keys utility with a command shell which we can launch from the login screen.

  1. Boot from your Windows install disk and choose the “Repair your computer” option.
  2. Choose “Command Prompt”
  3. Move to the System32 directory:
    cd c:\windows\system32
  4. Backup the Sticky Keys file:
    copy sethc.exe sethc.old
  5. Copy our shell to replace Sticky Keys:
    copy cmd.exe sethc.exe and confirm the file being overwritten
  6. Reboot
  7. On the login screen, repeatedly press the [Shift] key until the command window appears.
  8. Change the password as desired:
    net user YOURUSERNAME YOURPASSWORD
    Substituting the caps for your username and new password
  9. Login with your new password.

>Once you successfully login, remember to replace the Sticky Keys file!

Source

Let us know what you think in the comments here or on Facebook and remember to share this post with your networks.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.