Setup Overview

What You Need

Windows Operating System
Command Prompt (built-in)
Administrator access (optional)

Estimated Time

Setup Time: 5 minutes
Total: 5 minutes

Opening Command Prompt

1

Method 1: Using Run Dialog

  1. Press Windows + R keys together
  2. Type cmd in the Run dialog
  3. Press Enter or click OK
  4. Command Prompt window will open
2

Method 2: Using Start Menu

  1. Click the Start button (Windows icon)
  2. Type "cmd" or "Command Prompt"
  3. Click on "Command Prompt" from the results
3

Method 3: Using File Explorer

  1. Open File Explorer
  2. Navigate to any folder
  3. Click in the address bar
  4. Type cmd and press Enter
  5. Command Prompt opens in that directory
4

Opening as Administrator

Some commands require administrator privileges:

  1. Right-click on Start button
  2. Select "Windows Terminal (Admin)" or "Command Prompt (Admin)"
  3. Click "Yes" on the User Account Control prompt

Verification & Testing

Test Command Prompt

Verify Command Prompt is working:

Basic Commands to Test:

  1. Type echo Hello World and press Enter
  2. Type dir to list files in current directory
  3. Type cd to see current directory
  4. Type help to see available commands

Expected Output:

C:\Users\YourName>echo Hello World
Hello World

C:\Users\YourName>dir
[Directory listing appears]

C:\Users\YourName>cd
C:\Users\YourName

C:\Users\YourName>help
[Help information appears]

🎉 Setup Complete!

You now have Command Prompt ready to use. You're ready to start learning!