- Posted by justin on July 26, 2006
I was getting really sick of hearing the beep sound that happens with a virtual server virtual machine every time any kind of OS event happened. It was super super simple to fix this. Below are the two commands and the link to the Microsoft KB article with the same steps.
Step 1: On the host OS from the command prompt run sc config beep start= disabled
Step 2: On the host OS from the command prompt run net stop beep.
http://support.microsoft.com/?id=838671