• Home

Mac Os Disable Sound Except For Program

 
Mac Os Disable Sound Except For Program 8,9/10 6508 reviews
Active4 years, 11 months ago
  1. Mac Os Disable Sound Except For Programs
  2. How To Disable Sound

10 Terminal Commands That Every Mac User Should Know. There's no universal command to disable it across the entire OS so you'll have to do it for each individual program. If you want to disable it for Preview, then enter the following command. Ever wondered if the Mac operating system is pronounced 'OS ten' or 'OS ex?' How to silence your Mac’s startup sound When you press the power button to start up your Mac, you will be met with a boot chime that lets you know your system is healthy and ready to load OS X. However, this sound can be a bit intrusive, and there may be times when you would prefer to not have it play. Audio sample library Back Stock Audio Go to page Stock Photos Image library. Safari is the default OS X browser used by Mac owners everywhere. But what if you decide you want to use another browser and delete Safari from your iMac or MacBook Pro? This will permanently delete all the program files, except for temporary files and settings. How to Turn Off Mac Firewall. In this Article: Disable the Firewall on Mac OS X Version 10.6 (Snow Leopard) Disable the Firewall on Mac OS X Version 10.5 (Leopard). Place a check mark next to 'Block all incoming connections' to block all connections except those that are mandatory for your computer to operate properly.

Anyone know how to disable that cheesy startup sound when I power on my Mac?

If it makes a difference, I'm running Mac OS X 10.6.

studiohack
11.4k18 gold badges81 silver badges114 bronze badges
macekmacekMac os disable sound except for program tv
2,67214 gold badges39 silver badges52 bronze badges

5 Answers

I've tried two ways to disable the Start-up songs.

First option is manually stopping the sound by pressing the mute key(F10) every time I wish to shutdown or restart my mac. however, it's the temporary solution.

Another way is using Arcana StartupSound.prefPane.

if you'd installed that one, at your System Preferences >> Other , you'll see 'Start Up Sound'

I've tried this one and it really works on my Mac.

Daniel Beck
95.4k12 gold badges241 silver badges292 bronze badges
Ye Lin AungYe Lin Aung
5,1696 gold badges27 silver badges32 bronze badges

OK - I had this problem and it was really annoying.

Why, I asked myself, was the startup sound playing so loudly through the speakers even when I always have my headphones plugged in, and why did it still play so loudly when I had set the volume to the minimum or muted it entirely before shutting down.

Here are the answers to these questions:

  1. The startup sound is always played through the internal speakers, even when the headphones are plugged in.
  2. Changing or muting the volume while headphones are plugged in only changes the headphone volume settings, not the speaker volume setting.
  3. SOLUTION - take the headphones out, reduce the volume, that will be the volume of the startup chime, then you can plug the headphones back in and alter that volume as much as you like.

Mac Os Disable Sound Except For Programs

(note that you could substitute the word 'headphones' in this post with 'external speakers', if they are plugged into the headphone jack, I imagine they will have different volume setting to the internal speakers as weill)

dogbiscuitjdogbiscuitj

StartupSound.prefPane

This software enables you to control the volume of the startup sound of your Macintosh computer from Mac OS X.

Jeff Atwood
17.8k29 gold badges92 silver badges116 bronze badges
ta.speot.ista.speot.is
13.6k2 gold badges27 silver badges47 bronze badges
  1. Open Terminal
  2. Copy and paste the following line of code in Terminal
  1. Restart and rejoice in the sweet sound of nothing.

How To Disable Sound

If you get lonely and want to re-enable the startup sound repeat steps 1 thru 3 but use this command instead.

Works like a charm on my '12 Macbook Pro w/ OSX Mavericks. Worked when I had Mountain Lion as well.

davidcondreydavidcondrey

This can also be accomplished using a script to mute the computer on every shutdown (more info here: http://aaron-hoffman.blogspot.com/2014/08/mac-disable-turn-off-startup-sound-boot.html)

  1. Check if any hooks already exist (these will be overwritten, so make sure it is OK for you)

    sudo defaults read com.apple.loginwindow LogoutHook

    Bootable wiping program for mac. Paragon Disk Wiper for Mac allows to create a bootable USB-flash drive or external hard drive that will help you to completely erase a whole hard disk, a separate partition or just clean free space. After booting your Mac with the bootable media you will be able to use Wipe Wizard to irreversibly remove your confidential data.

  2. Create script file for muting, with the contents below:

    #!/bin/bash

    osascript -e 'set volume with output muted'

  3. Make file executable:

    sudo chmod u+x /path/to/mute.sh

  4. Add hooks for muting

    sudo defaults write com.apple.loginwindow LogoutHook /path/to/mute.sh

Aaron HoffmanAaron Hoffman

Not the answer you're looking for? Browse other questions tagged macaudioboot or ask your own question.