WINDOWS COMMANDS CHECK – CMD & POWERSHELL CHEAT SHEET

πŸͺŸ WINDOWS COMMANDS CHECK – CMD & POWERSHELL CHEAT SHEET!

Master essential Windows commands for files, system checks, networking, security, performance, and more. A must-have reference for students, IT support, and system admins πŸ’»⚙️
Create infographic with different designs from previous infographic

Windows Commands Check

πŸ“ File & Directory Commands
Copy code
Cmd
dir # List files and folders
cd # Show current directory
cd folder # Change directory
cd .. # Go back
mkdir dir # Create folder
rmdir dir # Delete empty folder
del file # Delete file
copy a b # Copy file
move a b # Move or rename file

πŸ–₯️ System Check Commands
Copy code
Cmd
systeminfo # Full system information
ver # Windows version
hostname # Computer name
tasklist # Running processes
taskkill /PID 1234 /F # Kill process

πŸ’Ύ Disk & File System Check
Copy code
Cmd
chkdsk # Check disk errors
chkdsk C: /f # Fix disk errors
diskpart # Disk management tool

🌐 Network Check Commands
Copy code
Cmd
ipconfig # IP address info
ipconfig /all # Detailed network info
ping google.com # Check connectivity
tracert google.com # Trace network path
netstat -an # Active connections
nslookup google.com

πŸ” User & Security
Copy code
Cmd
whoami # Current user
net user # List users
net user name # User details

⚙️ Power & Performance
Copy code
Cmd
powercfg /batteryreport
sfc /scannow # System file check

🧰 Useful Utilities
Copy code
Cmd
cls # Clear screen
exit # Close CMD
help # Command help
command /? # Help for specific command

🟦 Windows PowerShell (Extra)
Copy code
Powershell
Get-ComputerInfo
Get-Process
Get-Service
Test-Connection google.com

Related Posts

Subscribe Our Newsletter

0 Comments to "WINDOWS COMMANDS CHECK – CMD & POWERSHELL CHEAT SHEET"

Post a Comment