Skip to content

Commit

Permalink
Add script to disable Windows Beeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 21, 2023
1 parent e4b6311 commit b0ec94f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/disable_beeps.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://github.com/kachick/times_kachick/issues/214
reg add "HKCU\Control Panel\Sound" /v Beep /t REG_SZ /d "no" /f
Write-Output 'Completed, you need to restart Windows'

0 comments on commit b0ec94f

Please sign in to comment.