Breaking my Admin password? [closed]

Can someone tell me how to break my admin password and if possible, change it? I cannot remember my password anymore.

Answer

Short of dumping the SAM and running something like Jack the Ripper on it, which can be time consuming, I’d run a Linux boot disc, mount the hard drive, change to the Config directory under Windows->system32(?) and run chntpw on the ./SAM file just to blank it out.

This only works on local passwords though. And if you’re asking this for reasons other than stated (personal use on personal workstation?) then the real administrators will know it was tampered with. Domain passwords in Active Directory can’t be altered this way.

Also if your system is encrypted or running with encrypted passwords, this technique will render those encrypted items inaccessible.

Of course this assumes you are running Windows…since you didn’t specify…under Linux or other OS’s it can be implementation-specific (erasing a hash from the shadow passwd file, having to boot OS X’s recovery mode to reset the password, etc.)

Attribution
Source : Link , Question Author : FloramaeBliss , Answer Author : Bart Silverstrim

Leave a Comment