熟记常用 DOS命令
netstat -an
netstat -o
net user wc /add 增加
net user wc /del 删除
net user localgroup administrators wc /add
copy con 文件名
输入文件内容
ctrl + z 回车 退出 文件编写
start + 文件
打开文件
ipconfig
查看本地连接情况
ipconfig /all
查看本地详细的连接情况
shutdown -r -t 180 -c "hello"
180秒后重启
shutdown -s -t 130 -c "hello"
130秒后注销
tasklist 查看进程
taskkill /F /IM 进程名 /T
杀死QQ进程