Disable OSP System Beep (PC Speaker)

256 views Asked by At

The control screen beeps when I type or touch anything. Every key stroke.

How can I disable this? Is there a way to do this by command line interface?

2

There are 2 answers

0
Scott Solmer On BEST ANSWER

I bet most Okuma users don't even hear the beep, seeing as how noisy a lot of factory floors are.
In a lab environment though, it can be quite annoying.

Thankfully, turning it off is easy.

  1. Open the start menu (CTRL + ⎚ OR CTRL+ESC)

  2. Type "CMD" + ⎆ To open the Command Prompt

  3. Type "sc stop halbeep" to disable the beep

  4. Type "sc config halbeep start= disabled" to stop the service from starting again

Disable beet using command prompt

0
stinkyjak On

I was able to temporarily disable the beep with net command.

C:\Users\Administrator>net stop halbeep

The HalBeep service was stopped successfully.