Search code examples
okuma

Disable OSP System Beep (PC Speaker)


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?


Solution

  • 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