This is just a simple post so I remember how to stop VM's from beeping all the time!
Windows guest machines (the beep will comeback on a reboot):
net stop beep
Add the following to disable the beep service entirely:
sc config beep start= disabled
VMWare Player has a setting to quash all beeps from it's VM's:
Add mks.noBeep = "TRUE" to
%SystemDrive%\Users\%username%\AppData\Roaming\VMware\preferences.ini
No comments:
Post a Comment