Yesterday, he called me. "...panoet, do you know my new password?..." and of course "NO" is my answer. "...Why you ask to me? Yesterday you've changed your password. Right?...". Guess, what his answer?
"I've forgotten my new password!"! LOL, I think. Yesterday you want to change your password so I can't use your computer and know you ask me the password because you've forgotten your new password. Is it sounds silly, right?
Have you ever experienced anything like that? Lost your Windows password? If you have, how to fix that?
How to reset your Windows password?
To reset your Windows password is very easy, as easy as resetting your Ubuntu password. What you need is bootable Ubuntu system (ie. USB, CD or anything) and software calledchntpw
.This is step-by-step to reset your Windows password:
- Boot from your bootable device (Ubuntu Live Session) Shutdown your computer and boot up using your bootable system. So you run Ubuntu on Live Session that means you run your system without install it!
- Set your repository Goto
- Install CHNTPW Install from Synaptic Package Manager or use this command on shell:
- Resetting Windows password
- Mount your "Windows installed" device It's depending on your system, example:
- Goto your Windows system configuration folder Located at
- Cracking the SAM file There a SAM file on Windows system configuration folder. That's the file we're looking for. Let's crack it :) (sounds cool)
Synaptic Package Manager
→ Settings
→ Repositories
→ Ubuntu Software
and check the "Software restricted by copyright or legal issues" checkbox. And don't forget to reload synaptic.
sudo apt-get install chntpw
sudo mkdir /media/WINDOWS sudo mount /dev/sda1 /media/WINDOWSOn my system Windows installed on
/dev/sda1
and I want to mount it to /media/WINDOWS
that I've created before.
[WINDOWS_DEVICE]/WINDOWS/system32/config/
:
cd /media/WINDOWS/WINDOWS/system32/config/
chntpw SAMAnd if you see the output similar with image below, it's mean you can crack the SAM file. As you see, there is 5 choices. Just type "1" and press "ENTER" to reset your password.
Note: I've try this on my system and work well! But I've never try another choices (2-4) yet, you can try yourself.
Great tutorial! Make sure not to use chntpw 0.99.6.
ReplyDeletehttp://www.windowspassword.net/unable-to-change-password-using-chntpw-in-ubuntu-t18.html