• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with Windows 2000 password recovery

NYHoustonman

Platinum Member
Trying to fix my friend's computer, but he doesn't know the username/password for an administrator account (windows 2000 professional), so I can't really do much. What I'm thinking is, if he can't dig it up somewhere, I can bring over a HD with 98 installed and access things that way... But my question is, how could I go about recovering the username/password?
 
1) Boot another system. This doesn't have to be another windows, It could be a DOS boot disk (if it's formatted fat32) or linux or NTFSDOS (if NTFS). If you do choose to boot your win98 remember it will only read fat32.

2) Grab the SAM file. It is stored in two places - %systemroot%\system32\config\sam and %systemroot%\repair\sam._ so copy one of these onto another disk or partition. You may heve to extract the LM hash with 'saminside'.

3) Crack the LM hash. There are various ways to do this, like with l0phtcrack dictionary attack, but the best way is rainbow tables. Rainbow tables is a time-memory trade-off hash cracker which can break windows passwords in seconds or minutes (depending on hardware) _but_ you must generate or download the 'rainbow tables' for LM first.


 
lol, sounds like you know just a wee bit too much about cracking passwords, atheus...

Just razzin ya.

I think the link the previous poster gave is the best bet. He really doesn't need to restore the old admin password, but rather just reset it, which is what the offline NT Password App will do.
 
Back
Top