logo
Published on Input Jam (http://www.kleinfelter.com)

Silence the PC Speaker in VMware Guests

By Kevin Kleinfelter
Created 2009-04-24 01:52

Ubuntu has a habit of beeping the virtual PC's speaker.  To silence it, add the following line to your VMX file on the host:

mks.noBeep = "TRUE"

Note: Make sure you get ordinary quote marks around the TRUE, and not typographic quotes.

If that doesn't work, in Ubuntu:


Source URL:
http://www.kleinfelter.com/node/164