Skip to content

Instantly share code, notes, and snippets.

@akordowski
Created March 31, 2015 16:18
Show Gist options
  • Save akordowski/8a2b89d2216aa91e9960 to your computer and use it in GitHub Desktop.
Save akordowski/8a2b89d2216aa91e9960 to your computer and use it in GitHub Desktop.
Disable/enable Mac start sound
Disable
sudo nvram SystemAudioVolume=%00
Enable
sudo nvram -d SystemAudioVolume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment