导航:首页 > 编程系统 > win10查看本地80端口

win10查看本地80端口

发布时间:2024-07-29 16:43:31

1. win10 80端口被system占用 怎么解决方法

安装了Windows10系统后,一般默认的80端口是被禁用,如果不能启用apache就看下是否80端口被禁用。运行netstat -aon | findstr :80 ,发现pid是4的进程占用着80端口,这还是一个系统进程,kill不掉。所以只能另想办法:
1、打开注册表:regedit
2、找到:HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/HTTP
3、在右边找到Start这一项的值改为0
4、重启电脑系统,System进程不会占用80端口
重启之后,再启动Apache就可以了。

2. win10系统如何查看各种端口的开启办法

Win10端口查看命名:netstat -an
Win10命名查看电脑开启端口方法
1、首先打开运行命令框,可以在Win10开始菜单中找到,也可以在底部搜索“命令”找到,还可以直接使用 Win + R 组合快捷键打开,
2、或者打开运行命令操作框后,输入 cmd 并按回车键(或点下方的“确定”)进行命令操作窗口,
运行命令操作框
3、打开cmd命令操作窗口后,输入命名 netstat -an 并按回车键(Enter键)运行就可以看到电脑开启了哪些端口了,
以上就是电脑百事网带来的通过命令查看电脑开启了哪些端口方法,一般来说,普通电脑用户只要开启80端口就可以了,其它用的少的端口都可以关闭,以防被黑客攻击利用。
文章最后再分享一个查看电脑端口是否被占用的命令,同样以Win10系统为例,其它的Win7也同样适用。
怎么看电脑端口是否被占用?Win10查看端口占用命令
Win10查看电脑端口是否占用命令,适用方面和前面一样,这里就不详细介绍了,直接附上命令和查看结果吧。
Win10端口占用查看命令:netstat -ano
打开CMD命令运行窗口,输入 netstat -ano 命令,按回车键运行后,就可以查看哪些端口被占用了。
被占用的端口,会直接显示在下列信息中,我们可以拖动滚动条查看全部,如下图所示:
被占用的端口,其实就是当前正开启在使用中的端口,如果发现有一些敏感不安全的端口,建议及时关闭。

3. win10鎬庢牱鏌ユ槸浠涔堢▼搴忓湪璁块棶鏈鍦80绔鍙o紵

瑕佹煡鎵惧摢涓绋嬪簭鍦ㄨ块棶鏈鍦80绔鍙o紝浣犲彲浠ヤ娇鐢ㄤ互涓嬫柟娉曪細

netstat -ano | findstr :80

4. 如何解决Win10提示“服务器启动失败80端口被占用”的问题

很多用户在win10系统电脑中安装软件时,都会遇到提示“80端口被占用,请使用其他端口”,这是怎么回事呢?其实,主要原因是一些系统服务默认的安装端口是80,容易和已安装的ISS等其他服务冲突,导致一些服务项无法启动。下面,小编就介绍下Win10系统80端口被占用的解决方案。<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 步骤如下:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、以管理员身份运行cmd;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、输入:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> net stop http<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 注:如果提示是否真的需要停止这些服务,则选择“Y”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、完成后输入:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> sc config http start=disabled<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 其他方法:(若80端口不能解除占用,可使用下方解决方案)<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 解决方案一:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、Ctrl+x,然后选择“计算机管理”,“服务和应用程序”,找到“服务”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、找到“World Wide Web Publishing Service”,双击打开后,将启动类型改为手动,更改服务状态为“停止”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、如果80端口仍然被占用,则还需要停止以下几个服务:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “SSDP Discovery”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Print Spooler”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “HomeGroup Provider”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Function Discovery Resource Publication”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Function Discovery Provider Host”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 解决方案二:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、以管理员身份运行regedit ;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、打开键值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP ;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、在右边找到Start这一项,将其改为0;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 4、重启系统,System进程不会占用80端口。<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 以上就是关于Win10提示““服务器启动失败,80端口被占用””的两种解决方案。大家在使用win10过程中也遇到类似问题的话,不妨耐心尝试一下小编的方案。 相关阅读: 1、Win10系统皮皮播放器出现闪退怎么办? 2、win10系统怎么禁止计算机远程控制?

阅读全文

与win10查看本地80端口相关的资料

热点内容
245倒角编程怎么计算 浏览:599
可以买生活用品的app有哪些 浏览:175
cad在c盘产生的文件夹 浏览:541
联想手机解锁工具 浏览:696
瑞银3887win10 浏览:833
学网络编程哪个好 浏览:805
手机vmos导入的文件在哪里 浏览:115
苹果手机可以把文件传到华为吗 浏览:63
海川化工下载的文件默认到哪里 浏览:343
学唱粤语歌app 浏览:975
qq游戏生死狙击玩不了 浏览:120
win10邮件不显示图片 浏览:922
口袋妖怪所有版本下载 浏览:504
我们身边都有哪些大数据例子 浏览:25
震旦adc307扫描的文件在哪里 浏览:999
图片打开变成文件 浏览:194
松下微单电脑传文件软件 浏览:574
苹果蓝牙键盘surface 浏览:170
mindmaplinux 浏览:733
oppo手机怎么连接电脑传输数据 浏览:624

友情链接