You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Disable Startup Sound

Hi. I have a Mac OS High Sierra 10.13.6 and in the Sound panel, I don't have the option to disable the startup sound. I can't find it anywhere else in the computer's control settings. How can I turn it off? It became a huge problem with my roommate, having this sound every time I turn on my computer. Please help. Thank you.

MacBook Pro 13″, macOS 10.13

Posted on Sep 8, 2021 10:51 PM

Reply
Question marked as Top-ranking reply

Posted on Sep 8, 2021 11:11 PM

The startup sound enable/disable control is not part of macOS High Sierra.

You'll need to use these Terminal commands to do that.

This works in Catalina and I believe it also works in High Sierra and Mojave.


STARTUP CHIME ENABLE/DISABLE


To enable the startup chime:

sudo nvram StartupMute=%00

you will be asked to enter your admin password and it will not display on the screen.


To disable the startup chime:

sudo nvram StartupMute=%01

you will be asked to enter your admin password and it will not display on the screen.


1 reply
Question marked as Top-ranking reply

Sep 8, 2021 11:11 PM in response to missjong

The startup sound enable/disable control is not part of macOS High Sierra.

You'll need to use these Terminal commands to do that.

This works in Catalina and I believe it also works in High Sierra and Mojave.


STARTUP CHIME ENABLE/DISABLE


To enable the startup chime:

sudo nvram StartupMute=%00

you will be asked to enter your admin password and it will not display on the screen.


To disable the startup chime:

sudo nvram StartupMute=%01

you will be asked to enter your admin password and it will not display on the screen.


Disable Startup Sound

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.