Have you heard the beep sound from the Windows command window? If the command you execute has an error and if it throws bell characters, you get this sound. Muting your external sound devices doesn't really help as it is raised from the internal PC speaker.
These are the common situations I have seen:
prompt>jar -c filename
prompt>mysql (without -b option) and then invalid command in the mysql prompt
prompt>vim filename and then press invalid characters like q
The beep sound is so annoying and loud enough to disturb the people in and around your cubicle. That would really embarrass the person. I am sure you prefer to disable it if you had already faced this awkward situation. Even otherwise you should consider disabling it (or do you think it is useful?)
Just try this:
prompt>net stop beep
prompt>sc config beep start= disabled
I hope you would try the alternatives with SysAdmin's guidance.
These are the common situations I have seen:
prompt>jar -c filename
prompt>mysql (without -b option) and then invalid command in the mysql prompt
prompt>vim filename and then press invalid characters like q
The beep sound is so annoying and loud enough to disturb the people in and around your cubicle. That would really embarrass the person. I am sure you prefer to disable it if you had already faced this awkward situation. Even otherwise you should consider disabling it (or do you think it is useful?)
Just try this:
prompt>net stop beep
prompt>sc config beep start= disabled
I hope you would try the alternatives with SysAdmin's guidance.
Comments