• 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.

Any way to dig up admin password in Windows 7?

taq8ojh

Golden Member
Can this be done somehow, without using any Linux stuff?
Ideally with a simple tool I'd run and it would show me the password?
 
If you have physical access to the machine and can boot it off a CD/DVD then there are solutions that will tell you the password. They can take a while depending on the complexity but they do work and I've used them successfully in the past when relatives/friends locked themselves out of their machines.

Ophcrack is the one I have used before.

Viper GTS
 
Ophcrack will show you the password and won't remove it. It usually takes only a few minutes. Other apps usually linux based like you mentioned, will delete the password.
 
Ophcrack is not overly useful on Windows Vista and newer as LM hash is disabled by default (the only reason it was easy to do a rainbow table lookup) and the rainbow tables are unmanageable large (and not freely available for anything beyond tables for the most simple of passwords). Your best bet is just to wipe the password.
 
Ophcrack is not overly useful on Windows Vista and newer as LM hash is disabled by default (the only reason it was easy to do a rainbow table lookup) and the rainbow tables are unmanageable large (and not freely available for anything beyond tables for the most simple of passwords). Your best bet is just to wipe the password.

which won't help, if he is trying to recover files encrypted with EFS. You need the user cert, combined with the account password to decrypt.
 
which won't help, if he is trying to recover files encrypted with EFS. You need the user cert, combined with the account password to decrypt.

So if you go in and clear the password and then log into that account, you lose access to those files?

I know there are paid versions of some password lookup utilities but I have never needed to try them so I don't know how they work.
 
There are tools out there you can use. I know Kali Linux has a few that will crack the hashed passwords.

But that goes against the no linux boot disc thing ^_^.
 
Back
Top