Windows Administrator Password Hacking
If you forget password of your windows thn use this ways to bypass your account.
In Windows Xp.
When you power on the PC then you will get a log on screen.
then you press ctrl + alt + del then you will get the another log on screen
In another logon screen, remove the name of user and type "administrator" in the user name then you will get acces to the system.
Another way to hack windows password is
cd\
cd \windows\system32
mkdir temphack /* This command is used for making directory*/
copy logon.scr temphack\logon.scrn /* This command is used for copying logon.scr to temphack directory*/
copy cmd.exe temphack\cmd.exe
del logon.scr
rename cmd.exe logon.scr
exit
When you switch on your pc then logon screen shows an unsecure command prompt then you can reset your password by net user command.
In command prompt
Syntax:
net user "name of user" "password"
Eg:
net user pataleshwar & mishra
here pataleshwar is the username and mishra is the newly assigned password
No comments:
Post a Comment