Created
March 31, 2015 16:18
-
-
Save akordowski/8a2b89d2216aa91e9960 to your computer and use it in GitHub Desktop.
Disable/enable Mac start sound
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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