Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.34 KB

README.md

File metadata and controls

62 lines (44 loc) · 2.34 KB

Cracking Windows 7/8/8.1/10/11 Passwords

This Walkthrough is for Educational Purpose ONLY! Build Status

Setting Up The Environment:

Once the Installation is complete Boot into Live USB

Once the Environment is all setup, You should be on your UBUNTU Live USB Desktop, Please following the following steps.

Run Updates and Install the Following Package:

sudo apt-get update
sudo apt-get install chntpw

Once Installation is completed Mount your C: drive and navigate to the following PATH via terminal: Note: (Replace {your-disk-volume-name} With Your mounted drive name)

cd /media/ubuntu/{your-disk-volume-name}/Windows/System32/config/

Run Following Command to see all the users on the Windows OS:

sudo chntpw -l SAM

Command Above's Output Screenshot - 01

Now You Need to Install in my case I want to remove password that I forgot on user account name Tom

Use following command to Remove User Password:

chntpw -u Tom SAM

Command Above's Output Screenshot - 02

When you are prompted Choose Option 1:

Command Above's Output Screenshot - 03

Now type q to quit user editing menu:

Command Above's Output Screenshot - 03

Then type y to confirm and save the changes.

Command Above's Output Screenshot - 03

Once done, type the following command and remove the UBUNTU LIVE Installation media:

sudo reboot now

Your Computer Will Now Boot and Your User will be able to login without password.

✨YAAY!! You've Done IT!!!! ✨