Beep sound in remote desktop

8,809

Solution 1

Disable the driver on your remote machine to disable this annoying beep sound.

This didn't work for me because the remote machine 2008R2 doesn't have the driver referred to in another answer.

This helps:

  1. On remote machine: Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server
  3. On the Edit menu, point to New, and then click DWORD Value.
  4. Type DisableBeep, and then press ENTER.
  5. Right-click DisableBeep, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Reboot remote machine - Do not only "re"-Login

Solution 2

The following article proposed a promising solution: http://blog.laksha.net/2009/08/remote-desktop-disable-annoying-beep.html

  1. open Computer Management
  2. select Device Manager
  3. make sure "show hidden devices" is checked (under the "More Actions" menu
  4. Under "Non-Plug and Play Drivers", disable the "Beep" item
Share:
8,809
Jerry Dodge
Author by

Jerry Dodge

I'm a Delphi developer. I work for a software company which does solutions for retail management, including inventory, POS, reporting, BI, Tags, and more. It's been in Delphi since Delphi's been around. I am actively in Stack Overflow monitoring the Delphi tag, and looking for those questions I can answer and also contributing my time to keep Stack Overflow in order. I'm not an expert in anything, a jack of all trades rather. But I love to help people when I'm able to. I've known Delphi since about 2007 now, and before that, I had learned VB6. I havn't gone back to VB since I learned Delphi. I also taught myself QBasic and HTML as a kid. It hasn't been until the past 5 years that I've been diving into programming. Since then I've also become vaguely familiar with ASP.NET with C#, as well as some C# windows apps. But I'm not too fond of the whole .NET idea. .NET is good for web platforms and such, but not for win apps. My latest work has been with Delphi XE10 Seattle mobile development. I'm still very raw on the subject, but see a huge potential behind it. My strengths: Understanding the bigger picture of projects Writing Custom Classes, Components, and Controls Code organization (within unit or namespace) Writing purely independent classes (as opposed to cross-referencing units or namespaces) User Friendly UI's Developer Friendly Classes Encapsulating layers of business logic My weaknesses: Lower-level coding (such as Assembly) Platform-specific design (using Firemonkey) Web Design It's always nice to know you're able to do something, even if you never use it.

Updated on September 18, 2022

Comments

  • Jerry Dodge
    Jerry Dodge almost 2 years

    First of all, I don't like sounds (because I play a lot of media), therefore I have all system sounds disabled. However, whenever I'm using Remote Desktop (with the remote system muted), I get beeping sounds coming through my stereo.

    For example, while using RDP, if I'm in some text editor with pages of text, and I scroll up really fast to the top, the smooth-scroll still has some work to do although it's already at the top. So instead of just stopping the scrolling, it seems RDP decides to make repeated beep sounds (although remote PC is muted).

    This started happening in the past few months or so, it must have been a result of some update. Both systems run Windows 7 Ultimate.

    How can I stop this from beeping?

  • veritaS
    veritaS over 7 years
    ah thanks, that works on 2008, i was short of a nervous brake down before this
  • R. Du
    R. Du about 3 years
    I tried this also because that would have been the cleanest solution if this had worked .. but it's not about this. it's worth trying anyway.