1. systeminfo 查看系統基本信息
2. services.msc 打開系統服務管理
3. ipconfig 查看當前電腦的TCP/IP網絡配置
4. ping ip (ping 192.168.1.1) 查看ip占用
5. explorer 打開資源管理器(我的電腦)
6. shutdown -l 注銷
? ? shutdown -s -t 10 10秒后關機
? ? shutdown -r -t 10 ? 10秒后重啟
? ? shutdown -h 休眠
7. calc 打開計算器
8. notepad 打開計算器
9. mstsc 打開遠程桌面連接
10. regedit 打開注冊表管理
11. netstat -ano|findstr "port" 查看端口占用
12.?tasklist 顯示所有進程列表
13.?taskkil -PID殺死進程
14. data -t 顯示日期
15.time 顯示時間