From c4fcf4016e686700c52d2830dabf2a459a990b87 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 31 Jul 2013 15:18:05 +0200 Subject: .osx: Disable the sound effects on boot --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index fd66cd9..eee6652 100755 --- a/.osx +++ b/.osx @@ -21,6 +21,9 @@ sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.serve # Set standby delay to 24 hours (default is 1 hour) sudo pmset -a standbydelay 86400 +# Disable the sound effects on boot +sudo nvram SystemAudioVolume=" " + # Menu bar: disable transparency defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false -- cgit v1.2.3