Re: Temporary sound control (boot chime)
Re: Temporary sound control (boot chime)
- Subject: Re: Temporary sound control (boot chime)
- From: Nigel Garvey <email@hidden>
- Date: Sun, 02 Jun 2013 19:02:08 +0100
DaveC wrote on Sun, 02 Jun 2013 10:04:28 -0700:
>Is there some way to mute the boot chime?
I shut down the computer with a script containing this …
set volume with output muted -- Mute the startup chime.
tell application "System Events" to shut down -- or to restart
… and have a script applet with this code as a log-in item:
set volume output volume 71 input volume 50 alert volume 100 without output muted
The values in the latter script are of course my own preferences.
NG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden