Disable Remote Assistance Chat in Windows Regedit

Windows Remote Assistance includes an integrated text chat feature that allows users and support technicians to exchange messages during an active session. In environments where strict communication compliance or data loss prevention is required, administrators can disable this feature directly through the Windows Registry. This guide provides the exact registry key, value settings, and step-by-step instructions needed to turn off the Remote Assistance chat communication channel across Windows systems.

Registry Key and Value Details

To disable chat, you must configure the following registry value:


Step-by-Step Instructions

  1. Open Registry Editor: Press Windows Key + R, type regedit, and press Enter. If prompted by User Account Control (UAC), click Yes to launch the Registry Editor with administrative privileges.

  2. Navigate to the Key: In the left sidebar, navigate to the following path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services

    (Note: If the Terminal Services key does not exist under Windows NT, right-click Windows NT, select New > Key, and name it Terminal Services.)

  3. Create or Modify the fAllowChat Value:

    • Look for the DWORD value named fAllowChat in the right pane.
    • If it does not exist, right-click an empty area in the right pane, select New > DWORD (32-bit) Value, and name it fAllowChat.
    • Double-click fAllowChat, set the Base to Hexadecimal or Decimal, and set the Value data to 0.
    • Click OK to save the changes.
  4. Apply the Changes: Close the Registry Editor. The change takes effect immediately for any new Remote Assistance sessions, though restarting the computer or running gpupdate /force in an elevated Command Prompt ensures that the system registers the policy update.


Verifying the Configuration

When a new Remote Assistance session is initiated after setting fAllowChat to 0, the chat window will either be unavailable or grayed out, preventing both the helper and the user from transmitting text messages through the session interface. To revert this setting and restore chat functionality, either change the fAllowChat value data back to 1 or delete the fAllowChat DWORD value.