Day2 (Windows shortcut keys and DOS commands)

Windows common shortcut keys

Ctrl+S save

Windows+R run

Windows+E open my computer

Ctrl+Shift+Esc Task Manager

Windows+Tab task switching

Restore desktop process

Task manager, run new tasks, explorer

Basic Dos commands

How to check in CMD

1. Start, Windows system, command prompt

2. Win+R input CMD

Commonly used Dos commands

1. Switch drive letter D:

2. View the file dir in the current directory

3. Switch directory: cd

cd/dd:\Tools (add /d when switching across drive letters)

4. Return to the previous level: cd...

5. Clean the screen: cls

6. Exit the terminal: exit

7. Check the computer Ip: ipconfig

8. Common applications for clocking in: calculator (calc), drawing (mspaint), notepad (notepad)

9, ping command ping www.baidu.com

10. Create a file cd>a.txt

11. Delete the file del a.txt

12. Delete the directory rd directory name

Guess you like

Origin blog.csdn.net/SuperrWatermelon/article/details/112211376