diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |