cmd.exe
cmd.exe
- Windows command-line (cmd.exe) is the native Windows terminal.
- It has a range of commands similar to the Linux terminal, but is being slowly replaced with PowerShell
- Commands that have a simple naming structure (e.g. ipconfig, wmic, tasklist, etc.) are written for cmd
- More verbose commands following the Verb-Noun structure are PowerShell commands