问题
It is enabled by default, however I can't tell it's not enabled, because
- Firewall is disabled
- 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