发出PowerShell通常发出的声音(例如蜂鸣声)


0

在正常的PowerShell控制台中,运行[System.Console]::Beep(500, 1000)会发出声音。

在ConEmu中运行的PowerShell控制台中,该命令不会发出声音。

打开PowerShell的ConEmu任务为powershell.exe -new_console:a

运行Beep命令时,如何配置ConEmu发出声音?

奇怪的是,我发现了超级用户有关如何禁用而不是如何启用这些声音的问题:ConEmu:禁用铃声


您是否曾经尝试在设置对话框中进行搜索?
Maximus

我没有。谢谢你的提示。:-)
Shaun Luttin

在搜索框中搜索“声音”或“蜂鸣”都不会显示结果。@Maximus
Shaun Luttin

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.