Are you sick of trying to work out someone's password to their Windows account? Well, follow these easy steps to learn how to hack into their account. Be aware that this hack only works if you are an Administrator. You could also use this technique if you forget your password.
Note: You must already have been granted access (logged in) to Windows before beginning this task.
Note: You must already have been granted access (logged in) to Windows before beginning this task.
Steps
-
1Go to "Run" on the start menu. (or press Win+R, windows key and letter R)
-
2Once on "Run", Type "cmd" into the text box.
-
3"Command Prompt" should pop up. It helps to maximize the window so it will be bigger.
-
4
- Then type net user {Username} * where {Username} represents the username you want to hack, and press ENTER.
-
5Now you are allowed to fill in a password, you can't see your typing but it is there, so make sure you spell right. Press ENTER two times to delete the password on the account so that the account doesn't have a password.
-
6Log out and log back in with the hacked account
-
7The whole instruction, with John as account name is: net user john *
With a batch file
-
1Use this if you haven't got access to command prompt, but you do to notepad. (works only if command prompt isn't switched off!, only blocked from starting through regular shortcuts)
-
2Open up notepad and type:
@echo off
net user {username} *
Again, replacing {username} with the username which you want to hack. -
3Below where you enter the name for your file, change the field (drop-down box) to "all files" instead of text (.txt) files and save it as "name.bat" (batch file), in this case the title of the file doesn't matter as long as it ends with a .bat extension.
-
4When you double click the .bat file (open/execute) it a command prompt screen should open and ask you to enter a new password.
0 comments Blogger 0 Facebook