Windows: Disabling the system beep

3 ways to tackle this:

  1. sc remoteMachine stop beep && sc remoteMachine config beep start= disabled
  2. sc stop beep && sc config beep start= disabled
  3. Net Stop Beep && Reg Add HKLMSYSTEMCurrentControlSetServicesBeep /v Start /d 4 /t REG_DWORD /f


0 Responses to “Windows: Disabling the system beep”


  1. No Comments

Leave a Reply