Original caption
There are hundreds of commands available in CMD, but here are some of the most common ones categorized for your reference: Basic File and Directory Commands: cd: Change directory dir: List directory contents copy: Copy files move: Move or rename files del / erase: Delete files mkdir / md: Create a new directory rmdir / rd: Remove an empty directory ren: Rename a file Network and Connectivity: ipconfig: Display network configuration details ping: Test network connectivity to a host tracert: Trace the route to a host netstat: View network connections and statistics System Management: systeminfo: Display system information tasklist: List running processes taskkill: Terminate a running process shutdown: Shut down or restart the computer chkdsk: Check disk for errors driverquery: List installed device drivers Command Prompt Management: cls: Clear the screen help: Get help on a specific command exit: Exit the Command Prompt These are just a few examples, and there are many more commands available. For a more comprehensive list, you can refer to online resources like: Microsoft documentation on Windows CMD commands: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands SS64.com's Index of Windows CMD Commands: https://ss64.com/