After update on my desktop PC, my login password stopped working. I've already reset my password for my Microsoft accounts but none of the new passwords work either. Not a CAPS lock problem.
Opted to reinstall Windows, removed all apps while keeping my files...NO HELP.. Still have same login problem.
This recently happened to a client of mine, and I just solved the issue a day before writing this post. You can use Command Prompt to activate the on-board, pre-installed Administrator account, which can change the password of the desired account.
NOTE: This will likely not work if the hard drive is encrypted and locked down by BitLocker.
DISCLAIMER: This worked for my use case (client's personal computer), but success across the board is not guaranteed. This is to be used as a worst-case scenario, and in good faith troubleshooting and repair. Use at your own discretion.
- Make Command prompt accessible at the pre-logon screen.
- Boot computer to Win10 bootable installation media
- Press Shift + F10 to open a Command Prompt window. You may have to hold down the Fn key to launch the Command Prompt.
- Alternatively, Click on "Repair your computer" > Troubleshoot > Command prompt to open a Command Prompt window.
- If the drive is blocked by BitLocker, try to obtain the recovery key. Otherwise, an install over the existing OS may be necessary.
- Enter the following into Command Prompt, pressing enter after each step:
- C:
- C = the drive letter of the hard drive that you are trying to log into Windows on. Most drive letters default to C for the main hard drive.
- dir
- This should show the directory of the C drive, which would include the Users folder and the Windows folder. This is good.
- cd windows\system32
- Specifying the directory to only System32 files.
- ren utilman.exe utilman1.exe
- This renames the accessibility menu program, which includes narrator, on screen keyboard, and such.
- ren cmd.exe utilman.exe
- This renames Command Prompt to utilman.exe. This is pertinent because the Ease of Access icon on the login screen (located between Network Connections and the Power symbol) is mapped to open utliman.exe.
- Close command prompt and restart the computer.
- Enable the Administrator profile
- Click the Ease of Access icon to open Command Prompt.
- Enter the following into Command Prompt:
- net user administrator /activate:yes
- You should see a confirmation message if this was typed correctly.
- Restart the computer.
- The Administrator profile should appear on the computer now, underneath the afflicted user account.
- Click on the Admin profile to log in.
- Change the password of the afflicted user account.
- Start > type in "Control Panel" > click on User Accounts > click "Manage another account" > click on the afflicted user account > click on Change Password > change the password.
- Sign out of Administrator, and sign back into the affected user account with the new password.
- At this point, you should be able to log into the account.
CLEANUP: we have to disable the Administrator account, and change the Ease of Access button back to the regular Accessibility menu.
- Log out of the user account, click the Ease of Access icon, and open Command Prompt.
- Enter the following into Command Prompt:
- net user administrator /activate:no
- You should see a confirmation message if this was done correctly.
- Restart the computer.
- Boot computer to Win10 bootable installation media
- Press Shift + F10 to open a Command Prompt window.
- Enter the following into Command Prompt, pressing enter after each step:
- C: (or whatever drive letter you used previously)
- dir (verifying you are in the right drive)
- cd windows\system32
- ren utilman.exe cmd.exe
- ren utilman1.exe utilman.exe
- Close the Command Prompt window and restart the computer.
- If everything worked as planned, you should see the Accessibility menu when clicking on the Ease of Access icon.
You should be all set from here on out. Happy computing.
credit goes here: https://www.youtube.com/watch?v=xC1i0dLzzc0