← Back to list

Windows Password Bypass.

In this blog, I will guide you through the process of bypassing passwords on any Windows computer without the need to format the hard disk…

Saqlain Naqvi · 2023-11-17 17:15 · 9 claps · 1.6 min read
#windows #kali-linux #passwords #bypass-password #kali
Open on Medium ↗
Wiki topics: 🔓 · Open Source

Windows Password Bypass.

In this blog, I will guide you through the process of bypassing passwords on any Windows computer without the need to format the hard disk. This method utilizes a tool called chntpw, which can modify Windows SAM files and the registry to eliminate user passwords.

Prerequisites.

  1. A Kali Linux ISO image.
  2. A USB drive with at least 4GB of storage.
  3. Rufus software for creating bootable USB drives.
  4. A locked Windows computer.

Procedure.

Step 1.

Create a Bootable Kali Linux USB:
a. Download the Kali Linux ISO image.
b. Install Rufus on your computer.
c. Launch Rufus and select the Kali Linux ISO image.
d. Choose the USB drive where you want to install Kali Linux.
e. Click "Start" to create the bootable USB drive.

Step 2.

Boot from the Kali Linux USB:
a. Plug the Kali Linux USB drive into the locked Windows computer.
b. Restart the computer.
c. During bootup, press the designated key (Esc, F2, F12, Del, etc.) to enter the BIOS or boot menu.
d. Select the Kali Linux USB drive as the boot device.

Step 3.

Bypass Windows Password:
a. Once the Kali Linux operating system loads, click on the "File System" icon.
b. Select the drive where the locked Windows installation resides.
c. Right-click on an empty space and choose "Open Terminal Here."
d. Use the "cd" command to navigate to the directory "/Windows/System32/config/," where the Windows password file is located.
e. To list all existing users on the Windows machine, execute the following command:
   >> samdump users
f. Identify the user whose password you want to remove.
g. Execute the following command, replacing "username" with the actual user name:
   >> chntpw -u username SAM
h. Select option 1 "Clear (blank) user password" to remove the password.
i. Press "q" and then "y" to save the changes.

Step 4.

Restart and Log In:
a. Restart the computer and remove the Kali Linux USB drive.
b. You should be able to log in to Windows without entering a password.

Conclusion

This method provides a straightforward and effective way to bypass passwords on Windows computers without compromising user data.

If you like this blog, buy me a **coffee. Do follow me on [LinkedIn ](https://www.linkedin.com/in/dx73r/)**and **GitHub.**


메타데이터
post_id
2e5950c3f2d0
slug
windows-password-bypass-2e5950c3f2d0
url
https://medium.com/@dx7er/windows-password-bypass-2e5950c3f2d0
canonical_url
https://medium.com/@dx7er/windows-password-bypass-2e5950c3f2d0
author_url
https://medium.com/@dx7er
status
ok
fetched_at
2026-06-20 20:29:01