Windows Password Reset Print

  • windows, password, reset, change
  • 0

To reset your password for Windows, first follow this general guide for password changes, but if that does not work, you may need to follow this Windows specific guide instead.

Password change not working?

You can instead attempt to manually reset the Windows password. There are two ways of doing this, one of which we'll cover here and the other which you can find online (any method of resetting a Windows password will work just as it would for a Windows PC.)

  1. Open your server's management page and click "Advanced Tools"
  2. Open your server's full control panel by clicking "Full VPS Control Panel"
  3. Click on the "Boot Order" dropdown and change your server's boot order to "(1) CDROM (2) Hard Disk"
  4. Click the "CDRom" tab, find "Windows Offline NT Password & Registry Editor" on the dropdown, and click "Mount"
  5. Open your server's VNC client
  6. Shutdown and reboot your server
  7. Keep refreshing the VNC window until you see a screen like the one below. Press enter on this screen
  8. When you have arrived at the command line, enter the command "fdisk -l" (lowercase L) and note the name of your server's disk
    In most cases the name will be either "/dev/vda2" or "/dev/sda2"
    In this case, the name of the disk is "/dev/vda2"
  9. Once you have confirmed the name of the your server's disk, enter the following commands into the command line in this order:
    1. ntfsfix /dev/vda2 (if your server's disk name is not "/dev/vda2" make sure you replace "/dev/vda2" with the name of YOUR server's disk)
    2. mkdir /mnt/win
    3. mount /dev/vda2 /mnt/win (if your server's disk name is not "/dev/vda2" make sure you replace "/dev/vda2" with the name of YOUR server's disk)
    4. cd /mnt/win/Windows/System32/config
    5. chntpw SAM (then press "Enter", type in "1" and press "Enter", then type in "y" and press "Enter")
    6. chntpw SAM (then press "Enter", type in "4" and press "Enter", then type in "y" and press "Enter")
    7. shutdown -h now
  10. Go back to the control panel and unmount the ISO
  11. Reboot your server
  12. If this was done correctly your server will boot directly into the desktop without needing a password
  13. From here you can set a new password by searching for "Computer Management" in the start menu
  14. Double click "Local Users and Groups"
  15. Double click "Users"
  16. Right click "Administrator" and click "Set Password..."

 


Was this answer helpful?

« Back