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?
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?
I was able to temporarily disable the beep with net command.
C:\Users\Administrator>net stop halbeep
The HalBeep service was stopped successfully.
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.
Open the start menu (CTRL + ⎚ OR CTRL+ESC)
Type "CMD" + ⎆ To open the Command Prompt
Type "sc stop halbeep" to disable the beep
Type "sc config halbeep start= disabled" to stop the service from starting again