Loading tool…
cheatsheet
dirList files and directories
cd foldernameChange directory
cd ..Go up one directory
cd \Go to the root directory
mkdir newfolderCreate a new directory
rmdir foldernameRemove an empty directory
rmdir /s /q foldernameRemove a directory and its contents without prompting
del filename.txtDelete a file
copy source.txt destination.txtCopy a file
move oldname.txt newname.txtMove/rename a file
type filename.txtDisplay file content
ren oldname.txt newname.txtRename a file
ipconfigDisplay IP configuration
ping google.comTest network connectivity
tracert google.comTrace route to a host
netstat -anDisplay active network connections
tasklistList running processes
taskkill /IM notepad.exeTerminate a process by image name
systeminfoDisplay detailed system information
shutdown /sShut down the computer
shutdown /rRestart the computer
format d:Format a drive (use with caution!)
chkdsk c:Check disk for errors
diskpartDisk partitioning utility (launches interactive shell)
Get new cheatsheets & tools in your inbox
No spam — just new releases, occasionally.