0% 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.

Uploaded by

raghubirkar11
Copyright
© © All Rights Reserved
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% 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.

Uploaded by

raghubirkar11
Copyright
© © All Rights Reserved
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

2. File Management

copy <source> <dest> - Copy files


move <source> <dest> - Move/rename files
type <file> - Display file content
attrib +r <file> - Make file read-only
attrib -r <file> - Remove read-only attribute

3. System Information

systeminfo - Display system information


hostname - Show computer name
ver - Show Windows version
wmic cpu get name - Show CPU details
wmic diskdrive get model - Show disk details

4. Networking Commands

ipconfig - Display IP configuration


ipconfig /all - Show detailed network info
ping <host> - Test network connectivity
tracert <host> - Trace route to a host
Java Cheat Sheet

netstat - Display active connections

5. Process Management

tasklist - Show running processes


taskkill /IM <process> /F - Kill a process by name
taskkill /PID <id> /F - Kill a process by ID

6. User Management

net user - List all users


net user <username> <password> /add - Create a new user
net user <username> /delete - Delete a user
whoami - Show current user

7. Disk Management

chkdsk /f - Fix disk errors


diskpart - Open disk partition tool
format <drive>: /fs:ntfs - Format drive to NTFS
dir /s /p - Show directory contents with pagination

8. Advanced Commands

regedit - Open Windows Registry Editor


msconfig - Open System Configuration
services.msc - Open Services Manager
shutdown /s /t 0 - Shutdown the computer
shutdown /r /t 0 - Restart the computer

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy