0

In my HP Laptop, I use both password and fingerprint for login. Unfortunalely i did not use my laptop long while. now I forgot my password. still i can able to access my system using my fingureprint.

The issue is some times the fingureprint not working properly. Now I forced to reset my password or recover my old password. Even I prefere to recover my old password. Any one help me here please?

I use Windows7 64 bit.

Thanks in Advance.

Hennes
  • 65,804
  • 7
  • 115
  • 169

3 Answers3

2

This solution works if you have an admin account, or you can borrow the rights(not sure about the later):

  • Log in to your pc
  • Open a command prompt window with admin privileges (how to open cmd with admin rights)
  • Type net user
  • Look for your user account (or the account whose password you have to change)
  • Type net user {username}, replace username with the account user name. eg. net user john
  • Typenet user {username} *, for example net user john *
  • Type in the new password, press enter
  • Retype it and hit enter

Read it from Microsoft. A little bit more information.

Karan
  • 57,289
RogUE
  • 3,831
0

One time when the Fingerprint works to log in navigate back to the user info and change password.

Once you are logged in you need not remember the pass to reset it (unless 8.1 / 10 changed that)

linuxdev2013
  • 1,395
0

You can use lusrmgr.msc tool.

  1. Press Windows + R to open Run prompt.
  2. Type lusrmgr.msc in the box and click OK
  3. Select Users on the left panel.
  4. Right click on the user you want and click Change Password.
  5. Follow the instructions.