Friday, June 26, 2015

password recovery - Disabled auto-login in windows 7 and now I can not log in


I bought an old Toshiba from craigslist which was set up with Windows 7 Ultimate and an administrator account. I didn't want to bother logging in anymore, so after some Googling, I unchecked "Users must enter a user name and password to use this computer" in the User Accounts window (you access it by entering "control userpasswords2" in the Run menu).


Now when the machine starts up, I am asked to log in, but the username and password do not work. I tried entering in blank values, I tried entering in a blank password, and I tried restarting in safe mode, but I get the same results.


I don't have password recovery media, and I am pretty sure the key on the bottom of this computer is older than Windows 7, so I can't just reinstall it.


Can anyone point me in the right direction?


Answer



The answer to the problem is to reset the password using a Linux tool of some kind. There are several suggested in How can reset Windows administrator password? and I used Offline NT password and registry editor


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...