Have you forgotten a certain command that you need to use in the Command Prompt? You can quickly list most commands, allowing you to search the list and find the one you need. You can also use the same function to get additional help for specific commands. See below to learn how.

Part 1
Part 1 of 2:

List of the Most Basic and Frequently Used Commands Accessed Within the Interpreter

  1. 1
    Please Note; TAKEOWN, NETSH and many other more 'intrusive' commands WILL NOT be present here.
  2. 2
    Find what's actually available in your interpreter, as well what programs are using it, check the cmd folder. Go to computer --->C:--->windows--->System32. The Application (not application extension) are the current executable commands within the interpreter on your system.
    Advertisement
  3. 3
    If you are at the Command Prompt, type the application name and the /? attribute (read further) or type the word /help after the command and to see what it does, and the basic way to use it
  4. 4
    Open the Command Prompt. You can open the Command Prompt by pressing Win+R to open the Run box and typing cmd. Windows 8 users can also press Win+X and select Command Prompt from the menu.
  5. 5
    Retrieve the list of commands. Type help and press Enter. A list of all the available commands will be displayed. The listed is sorted alphabetically.
    • The list is usually larger than the Command Prompt window, so you may need to scroll up to find the command you want.
    • The list varies slightly depending on which Windows version you are using, as commands are occasionally added or removed.
    • A short description of the command will be displayed next to each entry.
    • You can enter the help command at any location in the Command Prompt.
  6. Advertisement
Part 2
Part 2 of 2:

Getting Help With a Specific Command

  1. 1
    Open the Command Prompt. You can open the Command Prompt by pressing Win+R to open the Run box and typing cmd. Windows 8 users can also press Win+X and select Command Prompt from the menu.
  2. 2
    Type help, followed by the command. For example, if you wanted more information n the "mkdir" command, you would type help mkdir and press Enter. The additional information will be displayed beneath.
  3. 3
    Review the information that appears. The amount of information you get will vary depending on the command and its complexity. The help information may just tell you how to properly format the command, or it may provide information on how to get more functionality out of it than you might normally.[1]
  4. Advertisement

Community Q&A

  • Question
    How do I open cmd on a Windows phone?
    Community Answer
    Community Answer
    Since a phone is not a pc, using cmd on it is not possible.
  • Question
    How do I minimize a window?
    MikePlaysGames
    MikePlaysGames
    Community Answer
    You have to click the button in between the - and the x. You can also click and drag the side of the window to make it smaller and drag at the corner of the window to make the height and width minimize or maximize at the same rate.
  • Question
    How do I use CMD for make a folder in C drive?
    Community Answer
    Community Answer
    Navigate to a directory you want to create a folder in (cd c:\{directory}), then create sub-directory (mkdir {nameOfDirectory}).
Advertisement

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 30 people, some anonymous, worked to edit and improve it over time. This article has been viewed 537,556 times.
How helpful is this?
Co-authors: 30
Updated: October 17, 2022
Views: 537,556
Categories: Command Prompt
Advertisement