disable ICMP timestamp responses

Reimann, Marco 0 Reputation points
2024-06-04T09:40:43.3466667+00:00

disable ICMP timestamp responses without Windows Firewall

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,614 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yanhong Liu 5,140 Reputation points Microsoft Vendor
    2024-06-05T02:11:34.7233333+00:00

    Hello

    Thank you for posting in Q&A forum.

    In Windows, if you want to disable ICMP Timestamp Reply without relying on Windows Firewall, you can do so by modifying the registry.

    Please note that you must back up the registry before modifying it to prevent improper operation from causing system problems.

    Here are the steps to disable ICMP Timestamp Reply:

    1. Press Win + R to open the Run dialog box, enter regedit, and then press Enter. This will open the Registry Editor.
    2. In the Registry Editor, expand the following paths in sequence:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters

    1. In the right window of the "Parameters" item, check if there is a DWORD value named EnableICMPTimestampRep. If it does not exist, right-click in the blank space and select "New" > "DWORD (32-bit) Value".
    2. Name the newly created value EnableICMPTimestampRep. Double-click EnableICMPTimestampRep and set its value data to 0 in the pop-up window. This will disable ICMP Timestamp Reply. Confirm that the base is "Decimal" and click "OK".
    3. After the modification is completed, you need to restart your computer for the changes to take effect.

    I hope the information above is helpful.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.