Mac技巧之关闭或改变苹果电脑Mac开机音乐的方法

分类:Mac
2008-6-3 11:48

评论(0)
阅读(26231)

Tags: ,
苹果电脑开机时,会发出“当”的一声开机声,不仅有时会吓人一跳,在图书馆等地方还很讨厌。有没有办法关闭或者改变Mac开机音乐呢?下面ZT关闭或改变苹果电脑开机音乐的方法。

   关闭或改变苹果电脑开机音乐方法一:苹果电脑关机前把声音关掉,再开机的时候就不响了;

   关闭或改变苹果电脑开机音乐方法二:下载Startup Chime Stopper.dmg

  关闭或改变苹果电脑开机音乐方法三:国外的高手用script关掉开机音的,和大家共享:

First write a  small script:


#!/bin/tcsh -f
osascript -e 'set volume  0'

I named mine mute.sh and saved it to /usr/local/bin/. Next, make it  executable:

sudo chmod u+x /usr/local/bin/mute.sh

Add it as a  logout hook using the defaults write command:

sudo defaults write  com.apple.loginwindow LogoutHook /usr/local/bin/mute.sh

And last, make a  small AppleScript with Script Editor to set the sound back to a normal level  when the user logs back in.

set volume 3

Save it as a run-only  application, and add it to your login items. Restart and listen to the startup  sound, because you won't have to hear it again.

  
  
发表评论
  
       昵称   [注册]    密码   游客无需密码   
         
    打开HTML     打开UBB     打开表情     隐藏           记住我