Bypass Windows Administrator Password a forgotten PIN, Microsoft account password in cmd with a local account
- Shift + F10
- Type regedit
- Click on
HKEY_LOCAL_MACHINE
- Go To File & Load Hive & Go To
c:\\windows\system32\config\system
- Put Key Name
e.g Hackeraj
- Open `HKEY_LOCAL_MACHINE
- Go To Key Name
Hackeraj
-> Go ToSetup
- Click on
CmdLine
and Putcmd.exe
in the Value Data - Click on
SetupType
and Put1
or2
in the Value Data - Click on
Hackeraj
- Go To File & Click on Unload Hive
- Exit / Restart
- Infront of You Command Prompt. So, First see users Type
net user
- Then we need to create a account Type net user username password e.g
net user Hackeraj 12345 /add
orcontrol userpasswords2
- Then need to give Administrator Access this local account
Hackeraj
e.gnet localgroup Administrators Hackeraj /add
- Game Over
- Windows 7
- Windows 10