How to disable the PuTTY bell via a command line parameter

command lineputtyssh

What parameters would you have to pass, in order to disable the PuTTY bell via the command line?

Best Answer

In PuTTY Configuration (start PuTTY without any options or sesions), you have a session called Default Settings. Just change the setting under Terminal -> Bell to Visual Bell (flash window) and then go back to the Session part of PuTTY Configuration and save this as the new Default Settings.

After doing this, all future sessions will have this disabled by default.

Related Question