The beep in PowerShell is pretty annoying. It can be turned off with a simple set of commands.

Steps:

  • Open PowerShell with Admin permissions
  • Enter the following into the console and press enter:
    Get-Service Beep | Stop-Service -PassThru | Set-Service -StartupType Disabled

Similar Posts from the author: