Open Command Prompt by pressing Windows key, typing cmd, and selecting Command Prompt
Type a command and press Enter to run it
Use cd foldername to change directories
Use cd .. to go up one folder
Use dir to list files and folders
Use cls to clear the screen
Use copy source destination to copy files
Use move source destination to move files
Use del filename to delete files
Use mkdir foldername to create a folder
Use rmdir foldername to remove a folder
Use ipconfig to view network information
Use ping website.com to test network connectivity
Use exit to close Command Prompt
