Open the Command Prompt in Windows

Revision as of 23:42, 2 May 2016 by Kipkis (Kipkis | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The quickest way to open the Command Prompt in any version of Windows is to press Win+R and type cmd. Running this command will launch the Command Prompt. Read on for instructions on opening the Command Prompt, creating a shortcut for it, starting it from a batch file, and launching the Command Prompt from specific folders.

Steps

Windows XP

Start Menu

  1. Open the Start menu. Click the Start button.
  2. Click All Programs to show your programs.
  3. Click Accessories to show your Windows Accessories.
  4. Open Command Prompt. Click Command Prompt.

Windows Vista, and 7

Start Menu

  1. Open the Start menu. Click the Start button.
  2. Search for Command Prompt. Type cmd.
  3. Open Command Prompt.
    • Click the first result to open Command Prompt with low-level privileges.
    • Right click the first result and click Run as administrator to open Command Prompt with administrative privileges.

Windows 8 and 8.1

Charms Bar Search Feature

  1. Open the Charms bar's search feature. Press Win+S on your keyboard.
  2. Search for Command Prompt. Type cmd.
  3. Open Command Prompt.
    • Click the first result to open Command Prompt with low-level privileges.
    • Right click the first result and click Run as administrator to open Command Prompt with administrative privileges.

Start Button Context Menu

  1. Right click the Start button to open its context menu.
  2. Open Command Prompt.
    • Click Command Prompt to open Command Prompt with low-level privileges.
    • Click Command Prompt (Admin) to open Command Prompt with administrative privileges.

All Windows Versions

Run Dialog

  1. Open the Run dialog. Press Win+R on your keyboard.
  2. Open Command Prompt. Type cmd into the Run dialog and click OK.
    • This will open Command Prompt with low-level privileges, unless a message saying This task will be created with administrative privileges was displayed in the dialog.

Shortcut

  1. Right click an empty space on the desktop to open its context menu.
  2. Open the Create Shortcut wizard. Click New in the context menu to open another menu and then click Shortcut.
  3. Associate the shortcut with Command Prompt's executable. Type C:\Windows\System32\cmd.exe underneath Type the location of the item.
  4. Continue to the next step. Click Next .
  5. Choose a name for your shortcut. Underneath Type a name for this shortcut, type what you would like to name the shortcut.
  6. Create the shortcut. Click Finish .
  7. Open Command Prompt.
    • Double-click the shortcut to open Command Prompt with low-level privileges.
    • Right click the shortcut and click Run as administrator to open Command Prompt with administrative privileges.

Task Manager

  1. Open Task Manager. Press Ctrl+ Shift+Esc on your keyboard.
  2. Make sure that Task Manager is expanded to its full size. If Task Manager looks like either of these depictions...
    • Windows XP, Vista, and 7: Double click the place indicated in the picture of the window on the left.
    • Windows 8 and 8.1: Click More details.
  3. Click File in the menu bar to open its context menu.
  4. Open the Create New Task dialog. Click Run new task in Windows 8 and 8.1 or New Task (Run) in Windows XP, Vista, and 7.
  5. Open Command Prompt. Type cmd into the Create New Task dialog and click OK.
    • This will open Command Prompt with low-level privileges, unless a message saying This task will be created with administrative privileges was displayed in the dialog.
    • To open Command Prompt with administrative privileges in Windows 8 and 8.1 if you do not have the message, check the Create this task with administrative privileges box in the Create New Task dialog before clicking OK.

Batch File

  1. Open the Run dialog. Press Win+R on your keyboard.
  2. Open Notepad. Type notepad into the Run dialog and click OK.
  3. Type start into Notepad.
  4. Open the Save File dialog. Press Ctrl+S on your keyboard.
  5. Expand the combo box next to Save as type and select All Files.
  6. In the text entry box next to File name, type a name for the file followed by a period and bat.
  7. Choose a location to save the file to.
  8. Save the file. Click Save.
  9. Close Notepad. Click the Close button.
  10. Start Command Prompt using the batch file.
    • Double-click the file to open Command Prompt with low-level privileges.
    • Right click the file and click Run as administrator to open Command Prompt with administrative privileges.

Folder

  1. Open the folder you want to start the Command Prompt from. Newer versions of Windows allow you to start the command prompt from any open folder in Windows Explorer. This will allow you to quickly start the Command Prompt from any location.
    • Windows XP users can access this function by installing the PowerToy extension from here.
  2. Hold . Shift and then right-click on a blank space in the folder. Make sure you don't right-click an icon.
  3. Select "Open command window here". This will start the Command Prompt at the location of the folder.

Internet Explorer

  1. Open the Run dialog. Press Win+R on your keyboard.
  2. Open Internet Explorer. Type iexplore.exe into the Run dialog and click OK.
  3. Type C:\Windows\System32\cmd.exe into the address bar of Internet Explorer and press Enter.
  4. Open Command Prompt. Click Run on the pop-up that appears.
    • This launches Command Prompt with low-level privileges.

Tips

  • If your Command Prompt will not start, try running it from the C:\Windows\System32\ folder. If this still doesn't work, perform a Do-a-Windows-XP-"Repair-Install" for Windows.

Warnings

  • Be careful while using Command Prompt. Performing dangerous actions can damage your computer.

Related Articles