Sent to you by l5g via Google Reader:
via LinuxTree by noreply@blogger.com (N.S Gautham Raj) on 7/8/10

chntpw
.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
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.

- Install CHNTPWInstall from Synaptic Package Manager or use this command on shell:
sudo apt-get install chntpw
- Resetting Windows password
- Mount your "Windows installed" device It's depending on your system, example:
-
sudo mkdir /media/WINDOWS sudo mount /dev/sda1 /media/WINDOWS
/dev/sda1
and I want to mount it to/media/WINDOWS
that I've created before.
- Goto your Windows system configuration folder Located at
[WINDOWS_DEVICE]/WINDOWS/system32/config/
:
cd /media/WINDOWS/WINDOWS/system32/config/
- 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)
chntpw SAM
And 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.
Things you can do from here:
- Subscribe to LinuxTree using Google Reader
- Get started using Google Reader to easily keep up with all your favorite sites
No comments:
Post a Comment