2

In a normal PowerShell console, running [System.Console]::Beep(500, 1000) makes a sound.

In a PowerShell console running in ConEmu, that command does not make a sound.

The ConEmu task that opens PowerShell is powershell.exe -new_console:a.

How can we configure ConEmu to make a sound when we run the Beep command?

Oddly, I have found SuperUser questions on how to disable but not on how to enable those sounds: ConEmu: disable bell

Shaun Luttin
  • 2,301

1 Answers1

5

Uncheck "Suppress bells" option.

ConEmu: Suppress bells

Maximus
  • 20,835