This article was co-authored by Luigi Oppido. Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years.
wikiHow marks an article as reader-approved once it receives enough positive feedback. In this case, 100% of readers who voted found the article helpful, earning it our reader-approved status.
This article has been viewed 77,589 times.
The command prompt (or, CMD) is a great way to open new applications in seconds, work more efficiently, and impress your friends with your tech savviness! Plus, learning the ropes is actually way easier than you'd think. We'll walk you through all the basics, and afterward, we'll even show you some advanced, hacking tricks, too. Ready to look like a computer whiz? Read through our guide below.
Steps
Using Basic Commands
-
1Change 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.
- A fun combo is "color FC" which provides with red text on a white background.
- "Color 0a" uses bright green on black, which may seem drab, but is actually a cool hacker look. Experiment!
-
2Try "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.
-
3Adjust the title, if desired. If you were to look at the top of the CMD window, you would notice it would say: C:\Windows\system32\cmd.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!
-
4Use "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.
-
5Experiment 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.
- 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.
Hacking
-
1Be warned - hacking is Illegal! Use this information at your own risk.
-
2Change a password. Unfortunately, you need to have administrator privileges. Type "net user USERNAME * " (remember the SHIFT-8 for asterisk.) And that is that.
-
3Ddos a site. Type ping url of the site in cmd and press enter you will see the ip address of the site.Then type ping ip address 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
Expert Q&A
-
QuestionIs learning CMD useful?Luigi OppidoLuigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years.
Computer & Tech SpecialistYes, but only if you have a higher level understanding of the machine. If not, if you've just gone to the command prompt because someone told you to do that, sometimes the command prompt will supersede other issues. If you're in the Command Prompt, you have to type exactly what you want, or it's not going to work. -
QuestionHow can I start a new prompt?Community AnswerIn order to clear the screen on the command prompt, just type in 'cls' and hit enter or type 'start' to open a new window.
-
QuestionHow can I modify a game?Community AnswerIf you want to mod a game, then CMD may not work. Some games support modification using 3rd party programs (Minecraft supports Forge for modding). Search the internet for instructions on how to mod the game you want.