Jun 09
- Boot with Knoppix live disk or usb
- Open a terminal window in Knoppix
- Type “sudo sfdisk -l” to see what your Windows disk is mounted as (example – sda1)
- Â Then navigate to the Windows folder of that drive (sda1 in this example): “cd /media/sda1/Windows/System32/config”
- Then Type “sudo chntpw SAM” Â – and from there you can Clear password, Edit Password, Promote User and unlock accounts
- Note: if chntpw is not on your Knoppix version, just issue this command “sudo apt-get install chntpw” and repeat step 5
- Type “q” for quit and save the SAM file
Advanced
- To list all the users you can change the password on do “sudo chntpwd -l SAM” before step 5 above
- Then you can change a specific user by typing sudo chntpwd -u “Username” SAM – where Username is the actual username
Recent Comments