This document is a cheat sheet for Windows CMD terminal commands, organized into categories such as Basic Commands, File Management, System Information, Networking Commands, Process Management, User Management, Disk Management, and Advanced Commands. Each category includes essential commands with brief descriptions of their functions. It serves as a quick reference guide for users to efficiently navigate and manage their Windows environment.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
88 views2 pages
Windows CMD Cheat Sheet
This document is a cheat sheet for Windows CMD terminal commands, organized into categories such as Basic Commands, File Management, System Information, Networking Commands, Process Management, User Management, Disk Management, and Advanced Commands. Each category includes essential commands with brief descriptions of their functions. It serves as a quick reference guide for users to efficiently navigate and manage their Windows environment.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Java Cheat Sheet
Windows CMD Terminal Cheat Sheet
1. Basic Commands
dir - List files and directories
cd <dir> - Change directory mkdir <dir> - Create a new directory del <file> - Delete a file rmdir <dir> /s /q - Delete a directory and its contents cls - Clear the screen time - Display or set system time date - Display or set system date