Created
November 9, 2016 07:21
-
-
Save 4np/04587db75214b4c5586d0e2e23e86f7d to your computer and use it in GitHub Desktop.
Enable / Disable Mac Startup Chime
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 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