Let me start from a different post.
"I just deleted the SAM file using Knoppix 5.1, here is the procedure:
Knoppix mounts the drive as read only, so you need to unmount it, then mount as read/write:
1. Open a shell ("Konsole")
2. Switch to user root by entering command "su" without quotes
3. Enter command "mount" (without quotes) and determine which device is your hard drive.
It will probably be at or near the end of the list, and mounted into the /media directory.
Take note of the device (example: /dev/sda1 ) and the mount point (example: /media/sda1 )
4. Assuming your hard drive is /dev/sda1 , you would unmount with this command:
umount /dev/sda1
5. Mount the drive with read-write access, to the same mount point you were using before:
mount /dev/sda1 /media/sda1 -o rw
Now you can remove any file you want, for example the SAM file:
rm /dev/sda1/WINDOWS/system32/config/SAM
"
I wouldn't delete the sam file.
I'd consider LOGINRECOVERY first.
Then I'd get knoppix-std or an old austrumi and use the password reset too.
Could consider a barts cd instead too.
- click on icon - mounts NTFS partition smoothly read-only
- right-click, to select change to read/write
As with knoppix you have to normally su in terminal and then passwd a new password. Then you can run stuff as root if it asks or you have to open a terminal, su then run the program.
I read it wrong and answer it wrong too. So get off my case you peanut.