Networking
File & Folder Management
System Utilities
Disk & System Info
Wildcard
100

This command shows your computer's IP address and network configuration.

ipconfig

100

Use this command to create a new directory.

mkdir

100

This command closes the Command Prompt window.

exit

100

This command shows the name of your computer.

hostname

100

This command lists the contents of a folder.

dir

200

Use this command to test if another device is reachable over the network.

ping

200

This command lets you delete a folder (if it’s empty).

rmdir

200

This command clears the screen.

cls

200

This command displays the currently logged-in user.

whoami

200

Use this to delete one or more files.

del

300

This command shows the route your packets take to a destination.

tracert

300

This command copies files from one place to another.

copy

300

Use this to display currently running processes.

tasklist

300

Use this to see general information about your system.

systeminfo

300

This command shows you where you are on the file system.

pwd

400

This command shows all current network connections and listening ports.

netstat

400

Use this to move a file instead of copying it.

move

400

This command ends a task using its name or PID.

taskkill

400

This scans a hard drive for file system errors.

chkdsk

400

This command restarts the computer.

shutdown /r

500

This command returns your computer's physical (MAC) address.

getmac

500

This command changes to the parent directory.

cd ..

500

This utility scans and repairs corrupted system files.

sfc /scannow

500

This command opens the Disk Cleanup utility to remove unnecessary files and free up space.

cleanmgr

500

Use this command to open the Microsoft System Configuration utility for managing startup and boot options.

msconfig