如何在 Windows 中启用 ICMP 服务?

How to enable ICMP service in Windows?

它是默认启用的,但是我不能说它没有启用,因为

  1. 防火墙已禁用
  2. ping 127.0.0.1 超时。 我得到

如果你 google 为 "enable icmp in windows",你所得到的只是如何在防火墙上打开一个端口,但假设你的 icmp daemon/service 已启用,但你如何启用它?

侦听端口 7 到 ICMP 回显请求的进程称为 TCPSVCS.EXE

您可以尝试调用 "C:\Windows\System32\TCPSVCS.EXE" 以查看它是否有效并开始侦听 ICMP 回显请求。

启动该进程的服务名为simptcp,启用即可。