The skilled use of Windows dos common commands can help improve productivity.
1. Windows+r: Open the Run program window
2. CMD: Call dos command Window
3. MSTSC: Call the Remote Desktop Command window
4. MSPaint: Call Artboards
5. Regedit: Call the Registration form
6. Services.msc: Call system service
7. Dir: Displays a list of files and directories in the current directory.
8. Type filename: View file contents
9. More +100 FileName: View file contents
10. Tree: Show directory tree
11. Ipconfig: view IP related information
12. Netstat: View Port-related information
Netstat-ano View all port usage
Netstat-ano | Findstr "6603" To view specified port usage, display fields including process number
TASKLIST|FINDSTR process number View the user name of the specified process
taskkill/f/t/im process name kill the specified process
taskkill/f/pid Process number kill the specified process
The PID used by the view port can also be viewed with the task Manager. Method: Open Task Manager, view, select columns, check PID.
Summary of Windows Common command usage