Add boot sounds command

This commit is contained in:
Marcel Bischoff 2015-10-17 19:01:31 +02:00
parent 7f6224dc2b
commit 34d45da954

View File

@ -413,6 +413,11 @@ defaults read -g NSAutomaticSpellingCorrectionEnabled
afconvert input.mp3 ringtone.m4r -f m4af afconvert input.mp3 ringtone.m4r -f m4af
``` ```
#### Disable Sound Effects on Boot
``bash`
sudo nvram SystemAudioVolume=" "
```
#### Mute Audio Output #### Mute Audio Output
```bash ```bash
osascript -e 'set volume output muted true' osascript -e 'set volume output muted true'