Adding a Windows Administrator Account from Command Prompt


 

Warnings

  • Doing this stuff on a computer other than yours is illegal, so don't do it on someone else's, unless you have been given the permission to do so.
  • Don't even think about trying this at school. Really, that's just stupid. Not to mention it's not cool to get expelled because you pulled a skiddie hacker stunt.

Information on Windows Hacking. This is for learning purposes only.

Steps

  1. When the computer starts up, hold down F8 before you see the "Windows Starting" screen. This will bring you to a screen with choices. Your best bet will be "Safe Mode with Command Prompt". You can then do as you wish.
  2. dialogue will appear: you're going to want to go down to the bottom and select "All Files". Then you are going to name the file: Batch.bat. After that, go to where you saved it, and open it. That will open up Command Prompt.
  3. However, if the computer has notepad blocked, you can easily go to any web page and then go to "View>View Source". That will easily open up Notepad.
  4. After that, you will be able to do as you wish inside command prompt. Here is how to add or delete accounts:
    • Add Account: C:>net user USERNAME /add
    • Delete Account: C:>net localgroup Administrators# # Another way is to open up notepad, (if its not blocked), and type in "command.com" . Then goto File->Save As. A USERNAME /ADD

Tips

  • Don't be dumb, and mess up someone else's computer. Only do anything like this if you need access to the root of Windows. It was written for learning only. Also, don't try anything unless you know something about DOS.

No comments yet