WhiteJesus69420
Developer Environment Architect
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
If you forgot the Windows password, then do as shown below:
You will need Kali Live USB and a locked Windows PC(you own).
Now first boot into Kali Live from the USB .
Second , click files then click other locations, select your Windows HD.
Third, right click and select open terminal here.
Then type this:
Now type this :
Then continue with this:
Now type two :
And finally type Y :
You deleted Windows password completely, reboot to windows and leave password field blank.
You will need Kali Live USB and a locked Windows PC(you own).
Code:
Syntax: chntpw [OPTIONS] <samfile> [systemfile] [securityfile] [otherreghive]
Code:
-h This message
-u <user> Username
-l list all users in SAM file
-i Interactive. List users (as -l) then ask for username to change
-e Registry editor.
-d Enter buffer debugger instead
-v verbose
-L Write names of changed files to /tmp/changed
-N No allocation mode. Only (old style) same length overwrites possible
Second , click files then click other locations, select your Windows HD.
Third, right click and select open terminal here.
Then type this:
Code:
cd /media/root/OS/Windows/System32/config
Code:
chntpw –l
Code:
chntpw –u *<user you see in last result example admin*> // chantpw -u admin
Code:
2
Code:
y