Wednesday 21 August 2013


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.

Edit Steps

  1. 1
    Go to "Run" on the start menu. (or press Win+R, windows key and letter R)

  2. 2
    Once on "Run", Type "cmd" into the text box.

  3. 3
    "Command Prompt" should pop up. It helps to maximize the window so it will be bigger.

  4. 4
    Then type net user {Username} * where {Username} represents the username you want to hack, and press ENTER.

  5. 5
    Now 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.

  6. 6
    Log out and log back in with the hacked account

  7. 7
    The whole instruction, with John as account name is: net user john *


With a batch file

  1. 1
    Use 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)

  2. 2
    Open up notepad and type:

    @echo off
    net user {username} *

    Again, replacing {username} with the username which you want to hack.

  3. 3
    Below 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.

  4. 4
    When you double click the .bat file (open/execute) it a command prompt screen should open and ask you to enter a new password.



Edit Tips

  • You need sufficient privileges for this to work, it's good to catch the computer while somebody with administrator privileges is logged in.
  • If you want, leave some kind of funny message on that person's 'user comment' field. You can do it like so:

    net user /USERCOMMENT:"{comment}" {user}

Replacing {comment} with the comment, and {user} with the user name.
  • This is great for removing parental controls!

Edit Warnings

  • Hacking computers that aren't yours without permission is illegal. Only use this guide for educational and/or personal use.
  • This might get you into a lot of trouble if you are caught while hacking an admin or someone which can not laugh about this joke.







Yes





No comments:

Post a Comment