windows 2008 r2 系统默认80端口被系统占用的处理

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/weixin_43590389/article/details/102652119

–windows 2008 r2 系统默认80端口被系统占用的处理

–使用netstat 命令查看指定端口

netstat -ano | findstr :80

----任务管理器查看进 pid 为4
进程名 pid 描述
system 4 net kernel&System

----打开注册表 regedit
‘HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP’右边有一个’start’的DWORD的值将’3’改为’4’。
----重启服务器后正常

猜你喜欢

转载自blog.csdn.net/weixin_43590389/article/details/102652119
今日推荐