Skip to content

Instantly share code, notes, and snippets.

@anandchakru
Created January 30, 2018 01:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anandchakru/50eec4eb6d3353f7c4813fc63008472b to your computer and use it in GitHub Desktop.
Save anandchakru/50eec4eb6d3353f7c4813fc63008472b to your computer and use it in GitHub Desktop.
How Recover local windows 10 password using usb bootable

Limitations

  • works on local user accounts only
  • works on usb bootable computers only

What you will need

  • Another working computer
  • A usb thumb drive
  • Basic cmd skills

Steps

copy c:\windows\system32\utilman.exe c:\windows\system32\utilman.exe.bak
  • Copy/replace utilman.exe with cmd
copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe
  • Restart your computer
  • Click on Utilmanager on the login screen, and command promt will open up
  • reset the password
netuser <username> <newpwd>
  • close the command prompt
  • login with the
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment