Admin-Ahead Community

General Category => General Discussion => Topic started by: jominj on February 20, 2014, 03:02:34 pm

Title: Reset Windows Password Using Linux LiveCD
Post by: jominj on February 20, 2014, 03:02:34 pm
If we have forget the windows password we can reset it using a Linux live cd. Ubuntu is the better option for doing this. We need to have a Ubuntu Live CD
1. Boot from the Linux live cd

2. open the terminal and install the command chntpw
#sudo apt-get install chntpw

3. Then move to the windows configuration directory
# cd /media/YourWindowsVolumeName/Windows/System32/config/

4. Execute the command
# sudo chntpw SAM 
you will get some thing like this:
(http://cdn.howtogeek.com/wp-content/uploads/2010/04/sshot20.png)
To proceed with clearing the Administrator password  account type “1” and hit Enter

5. Now your windows password will be reset and you can login to the windows without password.