Home work - Just Read it to Revise :
Feature | CMD (Command Prompt) | PowerShell | Windows Terminal |
Type | Traditional shell | Modern shell & scripting | Terminal application |
Purpose | Basic commands | Automation & administration | Unified terminal UI |
Scripting | Batch files ( .bat) | PowerShell scripts ( .ps1) | ❌ (runs shells) |
Object handling | ❌ Text only | ✔ Objects | Depends on shell |
Automation power | ❌ Low | ✔✔ High | ❌ |
Command history | ✔ | ✔ | ✔ |
Auto-completion | Limited | ✔ | ✔ |
Modern UI | ❌ | Limited | ✔✔ |
Tabs & panes | ❌ | ❌ | ✔✔ |
DevOps / Admin use | ❌ | ✔✔ | ✔ (with PowerShell/WSL) |
Best for beginners | ✔ | ❌ | ✔ |
Final takeaway (simple):
- CMD → basic Windows commands (legacy)
- PowerShell → real power, automation, administration
- Windows Terminal → modern interface to run everything
👉 DevOps recommendation:
Use Windows Terminal + PowerShell (and WSL).
.jpg?table=block&id=29d76b1d-f1a8-8072-a9bf-cc78d1c7d881&cache=v2)
