Disable PC Speaker Beep
Posted: October 17th, 2009 | Author: admin | Filed under: Unattended Installations | Tags: beep, scripting, sound, unattended | No Comments »Just open an elevated command prompt, and type the command below in. It will disable the “beep” service.
sc config beep start= disabled
To turn it back on, type:
sc config beep start= auto