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 for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.