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 PIH, Howest Kortrijk where I’m attending my last year Bachelor Multimedia and communication Technology option Networking.

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.

Tags: , , ,
Placed in Windows |


This entry was posted on Thursday, 2 October 2008 at 2:57 pm and is filled under Windows. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

5 Responses to “Stop beeps in VMWare”

  1. Birger Thieren Says:

    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 “=”)

  2. dullaertd Says:

    For people who are running a linux distro, you can type
    “xset -b”

  3. Jürgen Taverniers Says:

    Thanks for the comments I’m surly going to try them both.

  4. Jürgen Taverniers Says:

    I tried

    xset -b

    but it only works on a graphical X interface.
    if you’re on ubuntu server you can try

    sudo modprobe pcspkr

    which places the pcspeakers on the blacklist, or in debian server

    setterm -blength 0

    which sets the bell duration to 0 milliseconds.

  5. Geoff B. Says:

    Thanks for the quick solution.

Leave a Reply