Windows Remote Assistance Registry Keys

Windows Remote Assistance allows users to temporarily view or control a remote computer over a network to diagnose and resolve technical issues. This article explains the exact Windows Registry paths and DWORD values used to enable, disable, and configure the Windows Remote Assistance feature using the Registry Editor (Regedit).

Primary Registry Key for Remote Assistance

The primary registry key responsible for managing Windows Remote Assistance settings at the system level is:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance

This key contains the configuration values that dictate whether the feature is active and how remote helpers can interact with the machine.

Key Values and Settings

Within the Remote Assistance key, several DWORD (32-bit) values define the feature’s behavior:

Group Policy Registry Path

If Remote Assistance is managed via Group Policy or if you want to enforce enterprise-level settings across the operating system, the settings are stored under the policy key:

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

Under this path, the following values manage Remote Assistance:

How to Apply Changes

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Remote Assistance.
  3. Double-click the value you wish to change (such as fAllowToGetHelp), set its Value data to 1 or 0, and click OK.
  4. Restart the computer or restart the Remote Desktop Services service for the changes to take effect immediately.