Stop beeps in VMWare
When you are using VMWare with somthing like Windows Server 2003 you can get these anoying beeps. Everybody who ever had these will know what I’m taking about. But there’s a simpel way to stop the madness.
Open a command line and insert.
net stop beep
Now you can continue work in all peace. If you’ll noticed any other solutions let me now in the comments.
Oi!!! My name is Jürgen Taverniers born on November 27th 1986 in Ypres, Belgium. My hobby’s are working on my computer, drinking coffee, photography and my ferrets. I’m currently studying at 


October 7th, 2008 at 8:57 am
It is also possible to disable this for ever. (So that you don’t have to do this command every time again and again after a reboot of the machine)
in a command window type:
sc config beep start= disabled
(don’t forget about the space after “=”)
October 10th, 2008 at 12:49 pm
For people who are running a linux distro, you can type
“xset -b”
October 10th, 2008 at 1:46 pm
Thanks for the comments I’m surly going to try them both.
October 11th, 2008 at 3:47 pm
I tried
but it only works on a graphical X interface.
if you’re on ubuntu server you can try
which places the pcspeakers on the blacklist, or in debian server
which sets the bell duration to 0 milliseconds.
March 18th, 2009 at 6:38 pm
Thanks for the quick solution.