Remote Desktop Connection not pulling in audio from local machine to remote physical machine

Michael Howard 41 Reputation points
2020-09-04T12:56:13.53+00:00

Hello,

I am trying to pull in the microphone from a local machine (Win 10 1909) to a remote machine (a physical desktop-Win 10 1903). The microphone is an integrated mic in my laptop.
Remote Desktop connection settings: Play on this computer, record from this computer are both checked.
On the remote desktop, in Windows 10 settings, I see the remote audio is selected as output, but it has no input devices found.

With the same laptop and same settings as above I can remote into a VM (Win 10 1909) and I see remote audio is selected as output and remote audio is selected as input. The local (laptop) speakers and mic work fine on the remote machine as desired.

I have had the same issue with 2 other laptops/desktops (I not tried remoting into a VM to test that aspect)
Laptop (Win 10 1903) remoting into a Desktop (Win 10 1809)
Laptop (Win 10 1909) remoting into a Desktop (Win 10 1903)

I'm not sure if the issue is related to the version being one behind on the desktop(I will try to get at least one upgraded to test this weekend).

Any insights you can provide is appreciated.
Thank you,
Michael

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,726 questions
{count} votes

Accepted answer
  1. Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,801 Reputation points Microsoft Vendor
    2020-09-16T02:38:43.12+00:00

    Hi,

    Thanks for your update.

    Please check below registry for audio recording redirection. If there is no this registry, you could create a one. And set the policy to "not configured" to see the value of this registry, and then set to "enabled" to see the value.

    If 0, audio recording redirection is enabled. If 1, audio recording redirection is disabled.

    Registry Hive HKEY_LOCAL_MACHINE
    Registry Path SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services
    Value Name fDisableAudioCapture
    Value Type REG_DWORD
    Enabled Value 0
    Disabled Value 1

    Thanks,
    Eleven


6 additional answers

Sort by: Most helpful
  1. Michael Howard 41 Reputation points
    2020-09-14T13:36:26.813+00:00

    @Eleven Yu (Shanghai Wicresoft Co,.Ltd.)

    From the Physical machine:

    Audio recording redirection was disabled by an administrator.

    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">  
    - <System>  
      <Provider Name="Microsoft-Windows-TerminalServices-RdpSoundDriver" Guid="{127e0dc5-e13b-4935-985e-78fd508b1d80}" />   
      <EventID>2008</EventID>   
      <Version>0</Version>   
      <Level>2</Level>   
      <Task>100</Task>   
      <Opcode>0</Opcode>   
      <Keywords>0x4000000000000000</Keywords>   
      <TimeCreated SystemTime="2020-09-14T13:23:16.751303800Z" />   
      <EventRecordID>20</EventRecordID>   
      <Correlation />   
      <Execution ProcessID="2496" ThreadID="1544" ProcessorID="0" KernelTime="3" UserTime="3" />   
      <Channel>Microsoft-Windows-TerminalServices-RdpSoundDriver/Capture</Channel>   
      <Computer>PC.Domain</Computer>   
      <Security UserID="S-1-5-19" />   
      </System>  
    - <EventData>  
      <Data Name="StringParameter" />   
      <Data Name="UInt32Parameter">0</Data>   
      <Data Name="SessionID">6</Data>   
      </EventData>  
      </Event>
    

  2. Michael Howard 41 Reputation points
    2020-09-15T20:58:57.31+00:00

    I found the problem "Allow audio recording redirection" in the local group policy was set to Not configured. I enabled it and now it works. I'm going to test it on the other PCs and see what it is set to on the VM tonight.

    Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Sessions Host\Device and Resource Redirection

    25052-image.png

    Thank you for all of your help @Eleven Yu (Shanghai Wicresoft Co,.Ltd.)

    Edit:
    The VM is set to not configured so I'm not sure why it was working there, but not on the physical machine.

    0 comments No comments

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.