现在的位置: 首页 > 综合 > 正文

windows下查看端口对应的进程和进程号

2013年09月03日 ⁄ 综合 ⁄ 共 189字 ⁄ 字号 评论关闭

如果我们想要查看某个端口对应的进程和进程号,再通过进程号查找进程名,应该如何做呢,下面我们来看一下就晓得了~

我们可以使用如下命令:

Netstat –aon |find “port” 或 Netstat –aon |findstr“port”  或Netstat –aon |findstr  :port

查看你电脑上面的监听端口:

netstat -an|findstr LISTEN

例子:

查看ip信息的实例

抱歉!评论已关闭.