Skip to content

Instantly share code, notes, and snippets.

@petergi
Created March 23, 2023 00:48
Show Gist options
  • Select an option

  • Save petergi/3e986838a9f1d1bb28456e4064ff66bd to your computer and use it in GitHub Desktop.

Select an option

Save petergi/3e986838a9f1d1bb28456e4064ff66bd to your computer and use it in GitHub Desktop.

Older Macs:

# Enable (Default)
sudo nvram BootAudio=%01

# Disable
sudo nvram BootAudio=%00

From 2016 models on:

# Enable
sudo nvram StartupMute=%00

# Disable (Default)
sudo nvram StartupMute=%01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment