导航:首页 > 编程系统 > 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端口相关的资料

热点内容
专题学习网站源码 浏览:163
jsphead什么 浏览:88
gps串口数据怎么发送 浏览:968
win10文件主页共享查看 浏览:411
中国联通有哪些app是免流的 浏览:176
边做边保存的文件找不到了 浏览:858
win10照片应用文件夹名称 浏览:966
编程如何解决资金的原子性 浏览:638
如何制作广角镜头矫正文件 浏览:513
在网页开发中应该选用哪个数据库 浏览:742
iphone5移动卡贴 浏览:990
电脑文件的格式 浏览:127
extjs的xtype 浏览:959
suse11iso文件要u盘安装 浏览:153
如何将报表统计数据转化为图形 浏览:444
如何寄快递材料文件 浏览:265
java构造方法private 浏览:475
手机文件找回恢复 浏览:516
word怎么把u盘里的文件拔掉 浏览:976
港版苹果用的插排 浏览:1000

友情链接