Skip to content

Instantly share code, notes, and snippets.

@codenathan
Created July 22, 2021 11:35
Show Gist options
  • Save codenathan/5ff1e8f2eed19edb4d8ce0e78afeb660 to your computer and use it in GitHub Desktop.
Save codenathan/5ff1e8f2eed19edb4d8ce0e78afeb660 to your computer and use it in GitHub Desktop.
Reset Windows 10 Local Admin Password with Command Prompt
#Take a backup copy of utilman.exe
copy c:\windows\system32\utilman.exe c:\windows\system32\utilman_bak.exe
#Copy to Utilman
copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe
@emiraslanli
Copy link

Süpersin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment