Microsoft RDP Client Force Remote audio playback to play on remote computer

Wes North 11 Reputation points
2022-03-04T00:22:35.16+00:00

I have a unique situation where we need to enable remote audio playback via RDP sessions (windows 10 client, windows 2019 server) to play on the target RDP server. We are running some streaming software that experiences an audio disconnect when the RDP session is ended. Problem seems to be that the RDP client needs to be configured to force the configuration (e.g., set it once and have it set for all future sessions going forward). I don't see a way to do this via GPO or anything so probably a shot in the dark here as well, but if there was a way to create a GPO policy for example that would force all client rdp sessions to play audio on the remote RDP server, that could help us with this.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,464 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,635 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,248 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,681 Reputation points Microsoft Vendor
    2022-03-14T03:52:40.23+00:00

    Hi,

    There is no such GPO to force the remote audio play on the remote computer.

    But you can configure the setting in the rdp file and always use this rdp file to connect to the remote server.

    1. Save a rdp file
      182644-image.png
    2. Ope the rdp file using notepad and set "audiomode:i:1"
      audiomode:i:value
      • 0: Play sounds on the local computer (Play on this computer)
      • 1: Play sounds on the remote computer (Play on remote computer)
      • 2: Do not play sounds (Do not play)
    3. Save the file and use it for remote connection.

    For your reference:
    https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files#device-redirection

    Best regards,

    ----------

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