How to Use CMD (Beginner)

There is an easy way to impress your friends. Including some basic commands and even a hacking tutorial, this is the perfect place to start. Open Command Prompt. Head over to the Start menu. Search 'cmd' there.
Part 1 of 3:

Starting CMD

  1. How to Use CMD (Beginner) Picture 1How to Use CMD (Beginner) Picture 1
    Open Command Prompt. Head over to the Start menu. Search "cmd" there.
    1. You can also hit Run, then search for it.
    2. If both of those don't work, you will need a slightly more complex method. Open Notepad. On the top line write "Command.com"  (without the quotation marks.) Save it as CMD.bat. The .bat part is VERY important. And that's it. Open it using whichever method you chose.
Part 2 of 3:

Using Basic Commands

  1. How to Use CMD (Beginner) Picture 2How to Use CMD (Beginner) Picture 2
    Change color. The first command, and one of the simplest, is "color". You can change the color of the text and the background. You start off with a gray-ish text and a black background. Type in "color help" for a full list of all the combinations you can make.
    1. A fun combo is "color FC" which provides with red text on a white background.
    2. "Color 0a" uses bright green on black, which may seem drab, but is actually a cool hacker look. Experiment!
  2. How to Use CMD (Beginner) Picture 3How to Use CMD (Beginner) Picture 3
    Try "cls". Another command, which is vital, is "cls". It's very simple. Basically, if you have a lot of mumbo-jumbo on the screen, "cls" will clear it to just showing the prompt. If you don't know what the prompt is, use "cls" and find out, though it's not important.
  3. How to Use CMD (Beginner) Picture 4How to Use CMD (Beginner) Picture 4
    Adjust the title, if desired. If you were to look at the top of the CMD window, you would notice it would say:   C:Windowssystem32cmd.exe. A bit boring, isn't it? Type "title" followed by whichever text you wish to be there instead. For example, "title This Tutorial Rocks!" And... BOOM! It's there!
  4. How to Use CMD (Beginner) Picture 5How to Use CMD (Beginner) Picture 5
    Use "tree." None of these will really blow the socks off your friends. If you really want to impress them try "tree" and wait for results. "Color 0a" is good for this. What "tree" does is it makes a graphical directory. For those who don't know what that means don't worry. It is very cool. However, if you are using a school computer, or anything like it, the tree will probably be small and stupid. It won't be cool.
  5. How to Use CMD (Beginner) Picture 6How to Use CMD (Beginner) Picture 6
    Experiment with "help." And finally, the last basic command for a beginner - "help". It looks cool opening, and is very useful. It will provide a lot of room for experimentation.
    1. This last step in basic commands isn't actually a real command: "/?" Adding that to the end of a command will give a help menu to that specific command.
Part 3 of 3:

Hacking

  1. How to Use CMD (Beginner) Picture 7How to Use CMD (Beginner) Picture 7
    Be warned - hacking is Illegal! Use this information at your own risk.
  2. How to Use CMD (Beginner) Picture 8How to Use CMD (Beginner) Picture 8
    Change a password. Unfortunately, you need to have administrator privileges. Type "net user USERNAME * " (remember the SHIFT-8 for asterisk.) And that is that.
  3. Ddos a site. Type ping url of the site in cmd and press enter you will see the ip adress of the site.Then type ping ip adress of site -t -l 6650 and look at your target site after 1-2 hours it will fail.But now many sites have ddos protection
4 ★ | 1 Vote