Win10 - Password Reset

From The TinkerNet Wiki
Jump to navigation Jump to search

First off this does not work if you have bitlocker set up… Further if you have any encrypted files or if you are using an exchange mailbox in outlook, you will lose access to those.

But… If you really goofed… Away we go.

Note: making a backup of the drive might give you a second chance if you find your password at a later date.

  1. Force Windows into startup recovery mode by force shutting off during boot several times.
    1. When you see "Preparing Automatic Repair" let it continue
    2. Click on Advanced options - Troubleshoot - Advanced options - Command Prompt
  2. Now that you have the Command prompt up you can change a few files to take advantage of a "Feature" on the login screen: (Assuming your Windows directory is at D:\Windows)
    1. move d:\windows\system32\utilman.exe d:\windows\system32\utilman.exe.bak
    2. copy d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe
    3. Exit and Reboot
  3. At the login Screen the Assistive Utilities menu will now run Command prompt so go ahead and press that.
    1. This will open the Command prompt so you can launch the User Accounts Manager
    2. Control userpasswords2
    3. Select the user and Reset Password
  4. Now close the Command prompt and log in to the account with the new password.
  5. Force Windows back into startup recover mode and go back to the command prompt.
    1. move /Y d:\windows\system32\utilman.exe.bak d:\windows\system32\utilman.exe
    2. Reboot again