In case you are unable to log on your own account and you are using Windows 7 as your operation system there is a way to change your password without knowing it (but not bypass it)
- Boot computer from Windows installation drive (DVD/USB)
- Select ‘Repair your computer’
- Select ‘Command Prompt’
-
#let's make backup of sethc.exe file on C:\ drive copy c:\windows\system32\sethc.exe c:\ #copy cmd.exe in place of sethc.exe copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe
- Reboot computer
- When prompt ask as for password for our user then we must hit five (5) times SHIFT key which will trigger command prompt to show up
-
#type command to change password net user user_name new_password
- Now we can log on ours user using new password
-
#recover orginal sethc.exe copy c:\sethc.exe c:\windows\system32\sethc.exe