Annoying system beep
September 15th, 2007Even with the volume turned off, if your PC has a system speaker, it can still emit a loud system beep. I was running some MySQL statements from the command line and every time there was an error…BEEP.
To fix this, I could simply run the MySQL commands with the -b, –no-beep option, which turns off the beep on errors.
But, I’m lazy and don’t want to type -b every time I run a MySQL command. Plus, there are other instances where the system beep can be triggered, and I just don’t want to hear it! So, I used this solution…and it didn’t require a reboot!
In summary:
1. Right-click on My Computer
2. On the Hardware tab, click on [Device Manager]
3. On the “View” menu, select “Show hidden devices”
4. Under “Non-Plug and Play Drivers”, right-click “Beep”
5. Click “Disable”
6. Answer [Yes] when asked if you really want to disable it
7. Answer [No] when asked if you want to reboot
8. Right-click “Beep” again.
9. Click “Properties”
10. On the “Driver” tab, set the Startup type to Disabled
11. Click [Stop]
12. Click [OK]
13. Answer [No] when asked if you want to reboot
Tags: annoyance, device manager, mysql, xp

December 11th, 2007 at 4:48 pm
Phew! I needed that. Thx.
January 6th, 2008 at 5:00 am
tnx, you just saved my mental sanity
January 14th, 2008 at 3:53 am
Thank you.
May 5th, 2008 at 7:38 pm
Thank you eric you re the best