windows 如何找出哪个进程/服务发起网络连接
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3401930/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:57:45 来源:igfitidea点击:
How to find out what process/service initiates a network connection
提问by Santa
On Windows, how do I find out what service or process initiates a network connection to a known address?
在 Windows 上,如何找出哪个服务或进程启动到已知地址的网络连接?
Thanks.
谢谢。
采纳答案by Nikolai Fetissov
Don't know what exactly you are looking for, but netstat -b
shows processes associated with displayed ports.
不知道您究竟在寻找什么,但会netstat -b
显示与显示端口相关的进程。