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:
- Hive:
HKEY_LOCAL_MACHINE - Path:
SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services - Value Name:
fAllowChat - Type:
REG_DWORD - Value Data:
0= Chat is disabled1= Chat is enabled (default behavior)
Step-by-Step Instructions
Open Registry Editor: Press
Windows Key + R, typeregedit, and pressEnter. If prompted by User Account Control (UAC), click Yes to launch the Registry Editor with administrative privileges.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 Serviceskey does not exist underWindows NT, right-clickWindows NT, select New > Key, and name itTerminal Services.)Create or Modify the
fAllowChatValue:- Look for the DWORD value named
fAllowChatin 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 to0. - Click OK to save the changes.
- Look for the DWORD value named
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 /forcein 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.