If you've forgotten your Windows password, you can reset your password by using a password reset disk or by using an administrator account. If you forget the administrator password and don't have a password reset disk or another administrator account, you won't be able to reset the password. If there are no other user accounts on the computer, you won't be able to log on to Windows and will need to re-install Windows. So today I tell you how to reset Windows login administrator password using Windows OS DVD...

  • Insert Bootable CD/DVD or USB.
  • Click on Repair your computer.

  • Open Command Prompt.
  • Now Search ‘Windows‘ Directory using DIR Command
    • Type d: press enter, then type dir press enter
    • Type e: press enter, then type dir press enter
  • Similarly try with all drive C, D, E or other and Search where is the ‘Windows Directory' located.
  • Now Suppose you get the ‘Windows‘ Directory in ‘D:’ drive
  • Then type ‘CD windows\system32‘ without quota.
    • Type ‘copy narrator.exe c:
    • Type ‘copy cmd.exe c:
  • Then delete narrator.exe, type ‘del narrator.exe‘ without quota.
  • Now Rename the CMD.exe to narrator.exe, type ‘ren cmd.exe narrator.exe‘ (Now we replaced the narrator.exe file with cmd.exe)
  • Restart PC
  • Open ‘narrator’from ‘easy of access’, it open cmd
  • Then type “net user newusername newpassword“ without quota.
  • Now your password is removed.


NOTE:
You can use similarly with sethc.exe.

  • copy sethc.exe c:
  • copy cmd.exe c:
  • del sethc.exe
  • ren cmd.exe seth.exe
  • Press Shift 5 times
  • Type “net user newusername newpassowrd“
  • Done