Note: This tutorial is for fun and please don’t make use of this tutorial for harming anyone
Here’s a simple way to hack a Windows administrator password using Linux. You will only need a Live CD, and for this example, we will utilize Ubuntu.
Boot into the system Which you want to reset by using the LIVE CD:
1. Install a program called chntpw
$ sudo apt-get install chntpw
2. After successfully installing chntpw, you have to access the Windows NTFS partition by mounting it and allowing read/write support.
3. After that, use your command line skills by navigating to WINDOWS/system32/config
4. Once inside the config directory, issue this command:
$ sudo chntpw SAM
5. A long display of information will follow. Just ignore them.
6. Once you are prompted to reset the password, it is recommended to leave the password blank with an asterisk (*).
7. Reboot, and you can now login to Windows with full administrative access.
Enjoy…
Related posts:
- How to repair windows using linux
- Tip: Dual boot Ubuntu and windows 7
- New trick for breaking WINDOWS Administrator password
- Hack WEP Key in Ubuntu Linux
- How to use Windows Key in Ubuntu Linux
- Send messages from Ubuntu to Windows over LAN
- How to surf anonymus in ubuntu linux
- Send and Receive Hotmail through Evolution in ubuntu
- How to open your computer if you do not know your password
- Compare local and remote directories in ubuntu

