Difference between revisions of "Reset Administrator Password in any Windows using SystemRescueCD"

From Tech-Wiki
Jump to: navigation, search
 
Line 6: Line 6:
 
  ntfs-3g /dev/sda3 /mnt -o force
 
  ntfs-3g /dev/sda3 /mnt -o force
 
  cd /mnt/Windows/System32/config
 
  cd /mnt/Windows/System32/config
  chntpw -l SAM
+
  chntpw -i SAM
chntpw -u "James Stanger"
+
  
 
SystemRescueCD:
 
SystemRescueCD:
 
  https://www.system-rescue.org/Download/
 
  https://www.system-rescue.org/Download/

Latest revision as of 15:25, 14 February 2025

Back to Misc

Boot from Live CD then:

fdisk -l
ntfs-3g /dev/sda3 /mnt -o force
cd /mnt/Windows/System32/config
chntpw -i SAM

SystemRescueCD:

https://www.system-rescue.org/Download/