Remove / Bypass Windows password - Windows 10 Backdoor
This post will help you to remove your windows password without using any third party software.
So lets get started.
If you are bored of reading this article watch this video :
I came across this trick when I was researching for a public presentation in 2014.
There are several different methods to remove windows password but in this post I will show you how to do it without using any third party software.
We will be using linux to create a backdoor in windows OS and using this backdoor we can reset the password.
So the first thing you will need is a linux live pendrive. To create a bootable pendrive we need to download and run rufus utility.
We also need a linux OS. For linux I am using parrot sec os but you can use any other distro.
Once your pendrive is ready you need to restart your system in boot menu by pressing boot-menu key. For my system its f11 but it will be different for your device. It depends on you motherboard manufacturer.
After booting into linux you need to make changes to c drive but write access will be restricted.
To fix this we need to open terminal and enter the following command :
sudo fdisk -l
This will list all the drives in your system. In my case c drive is a 256 nvme drive out of which almost 600MB is used for configuration and 237.9GB is used for storage. So my c drive is nvme0n1p4.
Now to mount c drive with read/write permission we need to goto root directory and then mnt. Here we need to create a folder named cDrive
After that run the following command to mount c drive and remove windows hibernation file
sudo ntfs-3g -o remove_hiberfile /dev/your_C_ Drive /mnt/cDrive
Here using ntfs 3g we can mount the drive to mnt/cDrive
After mount we need to goto c drive windows system32
Here search for sethc.exe file and rename it to sethc.exe.bk
Now search for cmd.exe and make a copy of that file and rename it to sethc.exe
After that restart your machine into windows.
When you arrive at the login screen tap shift key multiple time until cmd pops up
Now type in
net user
You will see all your user accounts
To change password enter :
net user [username] *
You will be ask to type a password, you can enter one or leave it blank
After that retype password and press enter
After this step you can login to your machine with the new password
I hope this post was helpful to you. You can help me by subscribing to my channel Youtube.com/EncryptedGuy




