Site search

Search results: «WindowsCommands»

Found matches: 1

🪟 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 #...