Skip to main content

Microphone Troubleshooting

If the microphone isn't working during a remote desktop session with FreeRDP, the following steps can help resolve the issue. This guide covers settings in the Windows Registry (regedit), Group Policy (gpedit.msc), and privacy settings.

Steps to resolve the issue

1. Check the registry settings

  1. Open the Registry Editor (regedit):

    • Press Win + R, type regedit , and press Enter.

  2. Navigate to the following path:

    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
  3. Find the entry fDisableAudioCapture.

  4. Change the value to 0 (double-click the entry and change the value).

  5. Restart the system to apply the changes.

2. Check and adjust Group Policy settings

a) Enable audio recording
  1. Open the Group Policy Editor (gpedit.msc):

    • Press Win + R, type gpedit.msc , and press Enter.

  2. Navigate to the following path:

    Computerkonfiguration > Administrative Vorlagen > Windows-Komponenten > Remotedesktopdienste > Remotedesktop-Sitzungshost > Geräte- und Ressourcenumleitung
  3. Double-click Allow audio recording redirection.

  4. Confirm the setting's Enabled.

  5. Apply the changes and restart the computer if necessary.

b) Allow apps to access the microphone
  1. In the Group Policy Editor, navigate to:

    Computerkonfiguration > Administrative Vorlagen > Windows-Komponenten > App-Datenschutz
  2. Double-click Allow Windows apps to access the microphone.

  3. Enable the setting by selecting "Enabled."

  4. Apply the changes and restart the computer if necessary.

3. Check privacy settings

  1. Open Settings via Win + I.

  2. Navigate to:

    Einstellungen > Datenschutz > Mikrofon
  3. Ensure the toggle for "Allow apps to access your microphone" is set to On.

4. Additional notes for domain controller environments

If the session runs on a domain controller (DC), configure Group Policy settings directly on the DC so they apply to all users.

Conclusion

By following the steps above, it's possible to resolve the microphone issue in FreeRDP. Ensure all relevant settings are configured correctly, and test the audio functionality after each step.