Windows Remote Audio Redirection Registry Key

Remote audio redirection in Windows Terminal Server (Remote Desktop Services) allows audio playback and recording to be streamed between a host machine and a client. This feature is primarily managed through specific DWORD values within the Windows Registry. Modifying these registry keys enables administrators to enforce, enable, or disable remote audio and microphone redirection globally across all Remote Desktop Protocol (RDP) sessions.

Primary Registry Key for Audio Redirection

The primary configuration parameters for Windows Terminal Server audio redirection are located in the following registry path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp

Key Values and Parameters

Within the RDP-Tcp key, two main DWORD (32-bit) values determine audio functionality:


Group Policy Registry Path

If the terminal server settings are enforced via Group Policy (GPO), the parameters reside in the Windows NT Terminal Services policy key:

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

The relevant policy DWORD values are:


How to Configure Audio Redirection in Regedit

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
  3. Locate the fDisableAudio value in the right pane.
  4. Double-click fDisableAudio, set the Value data to 0, and click OK.
  5. To enable microphone redirection, locate fDisableCam, set the Value data to 0, and click OK.
  6. Ensure the Windows Audio service (Audiosrv) is set to Automatic and is running on the host server.
  7. Restart the Remote Desktop Services service (TermService) or restart the computer for the changes to take effect.