Recovering Windows Password – Sticky Keys Technique

The “sticky keys” technique for resetting the password on a Windows system is described in many places around the web, but all tend to over-complicate the steps. I’m describing it here for my own reference, so I have a reminder of how it works.

The technique basically provides access to a command prompt from the Windows login page – the page right at the start with an icon for each user. This page appears to run with administrator privileges, so the command prompt can be used to reset any password of any user without knowing any further details.

The command prompt is invoked by moving cmd.exe into the place of the command that handles the “sticky keys” functionality in the login page.

The steps are:

  1. Rename c:windowssystem32sethc.exe out of the way (to sethc-bak.exe for example).
  2. Copy c:windowssystem32cmd.exe to c:windowssystem32sethc.exe
  3. Boot up the PC to the account selection screen.
  4. Press the shift key five times. This will bring up a command prompt window.
  5. Reset the password at the command prompt: net user your_user_name new_password
  6. Log in using the new password.
  7. Remove c:windowssystem32sethc.exe and restore the saved sethc-bak.exe

The first step involves getting to the file system on the machine. If you just have one machine and Windows 7 install disks handy, then you can boot up the recovery console to a command prompt and rename the files from there.

You may not be able to do step 7 until after a reboot. You may not be able to remove sethd.exe while Windows is running, but you should be able to rename it to sethd-delete.exe or similar to make room to restore the original file.

When I’m recovering the passwords for a laptop, however, I find it easier to just slip the hard drive out and pop it into another machine by USB and rename and copy the files from Windows Explorer. One of these USB-to-SATA docking stations comes in very handy for doing that:

Update

Since posting this, I was given a Windows Vista machine to repair, with which to reset the password. I was unable to rename the files on removing the hard drive and mounting it on my Windows 7 laptop. Windows simply would not let be change anything in the C:Windows folder, complaining about a security issue each time I tried.

In this instance it was necessary to enter the recovery console command prompt, which is pretty much a hidden feature.

To do this, boot from a Windows 7 CDROM then select “Repair Computer”. Once booted, you will be given the option  to restore from a previously saved version of Windows. Select that option. Ignore all the errors it gives you about no saved versions being available, but continue until you are able to “Cancel” the process. Once you hit Cancel, you will be presented with this menu:

Right at the bottom of the menu is the option to enter the command prompt, and that is where you can rename the system files to turn on the sticky keys hack.

7 Responses to Recovering Windows Password – Sticky Keys Technique

  1. frayne 2013-04-22 at 04:51 #

    hello jason,
    i tried your windows recovery tools methods, but it still asks for the admin password.
    what to do?

    • acadadmin 2013-04-22 at 08:49 #

      It could be that Microsoft has “fixed” this loophole for security reasons. It could be that it just doesn’t work any more for other reasons. Or you could be doing it wrong – it is hard to tell. I personally have not had to use this technique for well over a year now, so I don’t know if it does still work (I hope it does).

      I would suggest a Google search for “sticky keys” technique to see if other people are finding it no longer works. Any feedback on your findings would be most welcome. Best of luck 🙂

    • bboystilo 2016-10-26 at 06:08 #

      i’m always doing this. and still working! 🙂

  2. Vickie 2016-06-04 at 00:39 #

    The sticky keys technique seems to also work with the latest Windows 10:
    http://www.top-password.com/blog/reset-windows-10-password-with-sticky-keys/

    I will give it a try when I have time.

    • Jason Judge 2016-06-04 at 11:11 #

      Nice find, Vickie.

  3. Perlly 2017-06-17 at 03:25 #

    I found this article offer three ways to help windows password.
    https://www.tunesbro.com/reset-windows-10-password.html

    • Jason Judge 2017-06-17 at 10:09 #

      This article does market one of the products that the site provides, but there are some other tips in there that you could try first. I don’t endorse the TunesBro products, but the site seem legit.

      Update: it seems that this is a product which is being pushed heavily by a lot of affiliates, re-badged under many different names, ALL claiming to have written the software themselves. I don’t know who is behind the core product, but I am always suspicious when the real creators of a security product like this stays hidden behind the scenes. So use with caution – I have no idea what TunesBro, UUkeys, etc. is really installing on your machine.

Leave a Reply