Sunday, February 18, 2018

Disabling PowerShell's "can't backspace any more" beep

Sometimes if you attempt to backspace beyond the beginning of the line, PowerShell will emit a beep. If you would prefer that PowerShell be quiet, you can use this command to change that option:

Set-PSReadlineOption -BellStyle None

No comments:

Post a Comment