How to enable ICMP service in Windows?

淺唱寂寞╮ 提交于 2020-06-17 22:55:51

问题


It is enabled by default, however I can't tell it's not enabled, because

  1. Firewall is disabled
  2. ping 127.0.0.1 times out. I get

If you google for "enable icmp in windows", all you get is how to open a port on the firewall, but that assumes that your icmp daemon/service is enabled, but how do you enable it?


回答1:


The process that listens to port 7 to ICMP echo requests is called TCPSVCS.EXE

You can try calling "C:\Windows\System32\TCPSVCS.EXE" to see if it works and starts listening to ICMP echo requests.

The service that start this process is called simptcp, just enable it.



来源:https://stackoverflow.com/questions/62189602/how-to-enable-icmp-service-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!