LKBEN10761: Howto disable the annoying system beep for a terminal or citrix server system


Symptom

You disabled the sound but the beep still nerves you

Cause

Configuration

Solution

The beep is not consided to be sound. It is a MessageBeep. (ASCII character 7) To disable the beeping of the system you can change the following registry keys:


Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Sound]
"Beep"="no"
"ExtendedSounds"="no"


You can copy and paste the information into a file and call it "diasable beep.reg" or you can just use regedit and change the values by hand. We tested it on Windows Server 2003 with Citrix Metaframe. It just works, you can make mistakes without going on somebodies nerves.

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.