1

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?

Scott Solmer
  • 3,871
  • 6
  • 44
  • 72
stinkyjak
  • 304
  • 2
  • 8

2 Answers2

2

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

C:\Users\Administrator>net stop halbeep

The HalBeep service was stopped successfully.
stinkyjak
  • 304
  • 2
  • 8
1

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

Scott Solmer
  • 3,871
  • 6
  • 44
  • 72