From 34d45da9542cba072968ba2a44c33c7c60423b27 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 17 Oct 2015 19:01:31 +0200 Subject: [PATCH] Add boot sounds command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c83f27f..e332c3a 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,11 @@ defaults read -g NSAutomaticSpellingCorrectionEnabled afconvert input.mp3 ringtone.m4r -f m4af ``` +#### Disable Sound Effects on Boot +``bash` +sudo nvram SystemAudioVolume=" " +``` + #### Mute Audio Output ```bash osascript -e 'set volume output muted true'