Even disabling the host beep service (Computer > Manage > Device Manager > Non-Plug and Play Drivers > Beep > Stop) does not stop the guest OS from beeping on the host when clicking around a messageBox to change focus for example.

Even adding headphones does not prevent the beep from happening.

How do I mute it ?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Add

mks.noBeep = "TRUE"

to your .vmx file to disable the PC speaker in this VM

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.