View Single Post
rob05au
Member
 
Join Date: May 2005
Location: Australia
Send a message via ICQ to rob05au Send a message via AIM to rob05au Send a message via Skype™ to rob05au 
2006-07-09, 15:57

For those who want to turn it off and have it stay off try this

Login with an administrative account and open Terminal, then execute the following command:
$ sudo vi /etc/mach_init.d/dashboardadvisoryd.plist
When asked for a password, retype your own password to verify that it's still you and not someone else. Next type an i to enter input mode, and add the following two lines below the line that reads <dict>:
<key>Disabled</key>
<true/>
Press Escape to leave the edit mode and type :wq, followed by Enter, to save the file and quite the editor. The file is saved and mach_init.d won't start this process anymore. Now type the following command:
$ sudo vi
/System/Library/LaunchDaemons/com.apple.dashboard.advisory.fetch.plist
and enter input mode once again by pressing i, and after the line that reads <dict>, we also add the lines:
<key>Disabled</key>
<true/>
Leave the input mode and save the file as before. Now restart your computer, and this process won't start automatically.

It works for me
  quote