Open Command Prompt by pressing Win + R, typing cmd, and pressing Enter
Use `cd` to change directories
Use `dir` to list files and folders
Use `mkdir` to create a new folder
Use `rmdir` to remove a folder
Use `del` to delete a file
Use `copy` to copy files
Use `move` to move files
Use `rename` to rename files
Use `type` to display file contents
Use `cls` to clear the screen
Use `ipconfig` to view network settings
Use `ping` to test network connectivity
Use `tasklist` to view running processes
Use `taskkill` to end a process
Use `exit` to close Command Prompt
