All Microsoft MS DOS/CMD (Command Prompt) Commands

Certainly, here are some useful command prompt (CMD) commands for Windows:

  1. cd: Change directory (navigate to a different folder).
  2. dir: List the contents of the current directory.
  3. mkdir: Create a new directory (folder).
  4. rmdir: Remove a directory (folder).
  5. copy: Copy files or directories.
  6. move: Move files or directories.
  7. del: Delete files.
  8. ren: Rename files or directories.
  9. ping: Check network connectivity to a specific host.
  10. ipconfig: Display IP configuration information for all network interfaces.
  11. nslookup: Perform DNS (domain name system) lookup to resolve domain names.
  12. tasklist: List all running processes.
  13. taskkill: Terminate or end a running process.
  14. systeminfo: Display detailed system information.
  15. shutdown: Shut down or restart the computer.
  16. netstat: Display network statistics and active network connections.
  17. sfc: Scan and repair system files.
  18. chkdsk: Check and repair file system errors on a drive.
  19. help: Get help for various commands (e.g., help cd).

Remember, the list provided here is not exhaustive. If you need more specific commands or information about a particular command, feel free to ask!

Leave a comment