windows 常用命令

杨立峰 2011-04-14

cmd窗口:

netstat -no 查看pid

netsh winsock reset 重置winsock

netstat -aon|findstr "80" 查看使用80端口的连接

tasklist|findstr "80" 查看哪些程序占用80端口

sc delete 服务名称     删除服务

运行:

cmd 命令窗口

ncpa.cpl  网络连接

calc 计算器

services.msc 服务

notepad 记事本

shutdown -s -t 0 关机

shutdown -s -t 0 重启

shutdown -a 取消shutdown动作

相关推荐