系统的80端口是被W3SVC(万维网发布服务,World Wide Web Publishing Service)占用了,它是系统提供http服务的依赖项。哪些服务使用了这个端口呢?World Wide Web:发布服务SSDP Discovery:局域网共享所需服务Print Spooler:打印机交互服务怎么处理呢?如果允许,可以直接不使用这个服务,这个进程显式停止是无法停止的,只有在cmd.exe里使用net stop http来停止。 重启http服务:sc config http start= demandnet start http 登录或注册以发表评论