Skip to content

Windows CMD commands

Windows CMD commands refer to the instruction set used within the Command Prompt (cmd.exe) on Windows operating systems. These tools allow users to perform system operations, network diagnostics, and file management via a command-line interface.

Network Utilities

Network diagnostics and monitoring are common use cases for the command prompt.

  • Checking active ports: To identify which network ports are currently in use and the processes associated with them, the following command can be executed: netstat -abno.^[600-developer__tools__windows__win-cmd.md]

Sources

^[600-developer__tools__windows__win-cmd.md]