Skip to content

Instantly share code, notes, and snippets.

@4np
Created November 9, 2016 07:21
Show Gist options
  • Save 4np/04587db75214b4c5586d0e2e23e86f7d to your computer and use it in GitHub Desktop.
Save 4np/04587db75214b4c5586d0e2e23e86f7d to your computer and use it in GitHub Desktop.
Enable / Disable Mac Startup Chime
// disable
sudo nvram BootAudio=%00
// enable
sudo nvram BootAudio=%01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment