0

I updated to windows 10 from windows 7 and can't log in to my account. So I forgot my windows 7 password long time ago and have been using fingerprint login ever since on my HP Elitebook.

I was expecting this to cause a problem when upgrading to 10, so I activated the administrator account in windows 7 and made sure that I could log in with that before I started the windows 10 upgrade. During upgrade, I had to uninstall the HP safety and security tools, which means no fingerprint sign in. I thought it would be ok since I now at least could log in to the administrator.

But after upgrade when I tried to log in as administrator it only says user account not active. Thus I can now not log in to my pc as admin or to my normal account for which I forgot my password. Also I don't have password reset disc. Any idea how to gain access to my pc?

2 Answers2

0

With the link by @NetworkKingPin and a little assistance from this youtube video I managed to get it working. https://www.youtube.com/watch?v=sBd23RqViA0

0

According to this tutorial, you should be able to activate the administrator by following these steps:

  1. Boot from Windows installation CD.
  2. When comes to Windows Setup screen, press Shift+F10 to open Command Prompt.
  3. At the Command Prompt, replace sethc.exe with cmd.exe by running this command:

    copy c:\windows\system32\sethc.exe c:\ copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

  4. Exit Windows Setup and reboot. When you get back to Windows login screen, press Shift five times to launch Command Prompt.

  5. Type the following command to activate the administrator account:

    net user administrator /active:yes

  6. Reboot and you should be able to login. After getting into Windows, remember to restore the sethc.exe back to the directory c:\windows\system32.

DavidPostill
  • 162,382
Joseph
  • 1