<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>win10如何查看端口被什么占用 _ 扒房网</title>
	<atom:link href="https://www.gxjlyf.com/tag/win10%e5%a6%82%e4%bd%95%e6%9f%a5%e7%9c%8b%e7%ab%af%e5%8f%a3%e8%a2%ab%e4%bb%80%e4%b9%88%e5%8d%a0%e7%94%a8/feed" rel="self" type="application/rss+xml" />
	<link>https://www.gxjlyf.com</link>
	<description>手机系统教程_手机软件教程_手机app使用教程_电脑软件教程_电脑系统教程</description>
	<lastBuildDate>Mon, 13 Jun 2022 15:25:00 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>win10如何查看端口被什么占用。</title>
		<link>https://www.gxjlyf.com/437609.html</link>
		
		<dc:creator><![CDATA[bafang18]]></dc:creator>
		<pubDate>Mon, 13 Jun 2022 15:25:00 +0000</pubDate>
				<category><![CDATA[其他教程]]></category>
		<category><![CDATA[win10]]></category>
		<category><![CDATA[win10如何查看端口被什么占用]]></category>
		<category><![CDATA[Windows10系统]]></category>
		<guid isPermaLink="false">https://www.chuwenyu.com/437609.html</guid>

					<description><![CDATA[相信很多朋友都遇到过以下问题，就是win10如何查看端口被什么占用。。针对这个问题，今天小编就搜集了网上的相关 ...]]></description>
										<content:encoded><![CDATA[<p>相信很多朋友都遇到过以下问题，就是win10如何查看端口被什么占用。。针对这个问题，今天小编就搜集了网上的相关信息，给大家做个win10如何查看端口被什么占用。的解答。希望看完这个教程之后能够解决大家win10如何查看端口被什么占用。的相关问题。</p>
<p>
	使用win10系统的小伙伴发现需要打开某个端口的时候，系统提示已被占用的问题，那么win10如何查看端口被什么占用呢?其实只要在命令管理器里面查看就可以了，具体的教程一起来看看吧。</p>
<p>
	 </p>
<p>
	win10如何查看端口被什么占用</p>
<p>
	1、开始----&gt;运行----&gt;cmd，或者是window+R组合键，调出命令窗口</p>
<p>
	<img fetchpriority="high" decoding="async" align="" alt="(1)" border="0" height="205" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152457-62a756c95d557.png" width="450"></p>
<p>
	2、输入命令：netstat -ano，列出所有端口的情况。在列表中我们观察被占用的端口，比如是49157，首先找到它。</p>
<p>
	<img decoding="async" align="" alt="(2)" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152457-62a756c99e1bc.png" style="border-width: 0px;border-style: solid;width: 450px;height: 288px"></p>
<p>
	3、查看被占用端口对应的PID，输入命令：netstat -aon|findstr \"49157\"，回车，记下最后一位数字，即PID,这里是2720。</p>
<p>
	<img decoding="async" align="" alt="(3)" border="0" height="190" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152457-62a756c9e45fb.png" width="450"></p>
<p>
	4、继续输入tasklist|findstr \"2720\"，回车，查看是哪个进程或者程序占用了2720端口，结果是：svchost.exe</p>
<p>
	<img decoding="async" align="" alt="(4)" border="0" height="71" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152458-62a756ca35f18.png" width="450"></p>
<p>
	5、或者是我们打开任务管理器，切换到进程选项卡，在PID一列查看2720对应的进程是谁，如果看不到PID这一列,如下图：</p>
<p>
	<img decoding="async" align="" alt="(5)" border="0" height="297" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152458-62a756ca790f6.png" width="450"></p>
<p>
	6、则我们点击查看---&gt;选择列，将PID(进程标示符)前面的勾打上，点击确定</p>
<p>
	<img decoding="async" align="" alt="(6)" border="0" height="313" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152458-62a756cacf8b5.png" width="450"></p>
<p>
	7、这样我们就看到了PID这一列标识，看一下2720对应的进程是谁，如果没有，我们把下面的显示所有用户的进程前面的勾打上，就可以看到了，映像名称是svchost.exe，描述是，Windows的主进程,与上面命令查看的完全一致。</p>
<p>
	<img decoding="async" align="" alt="(7)" border="0" height="337" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152459-62a756cb211c7.png" width="450"></p>
<p>
	8、结束该进程：在任务管理器中选中该进程点击”结束进程“按钮，或者是在cmd的命令窗口中输入：taskkill /f /t /im Tencentdl.exe。</p>
<p>
	<img decoding="async" align="" alt="(8)" border="0" height="132" src="https://dz.cwhello.com/wp-content/uploads/2022/06/20220613152459-62a756cb64482.png" width="450"></p>

<p><img src="https://www.gxjlyf.com/postviews/437609.png" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
