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
- Press
Windows + Rkeys together - Type
cmdin the Run dialog - Press
Enteror click OK - Command Prompt window will open
2
Method 2: Using Start Menu
- Click the Start button (Windows icon)
- Type "cmd" or "Command Prompt"
- Click on "Command Prompt" from the results
3
Method 3: Using File Explorer
- Open File Explorer
- Navigate to any folder
- Click in the address bar
- Type
cmdand press Enter - Command Prompt opens in that directory
4
Opening as Administrator
Some commands require administrator privileges:
- Right-click on Start button
- Select "Windows Terminal (Admin)" or "Command Prompt (Admin)"
- Click "Yes" on the User Account Control prompt
Verification & Testing
Test Command Prompt
Verify Command Prompt is working:
Basic Commands to Test:
- Type
echo Hello Worldand press Enter - Type
dirto list files in current directory - Type
cdto see current directory - Type
helpto 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]