Add boot sounds command
This commit is contained in:
parent
7f6224dc2b
commit
34d45da954
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user