Відповіді:
Далі слід працювати з підтримкою включених допоміжних пристроїв, на жаль, це не для мене. Але на моїй машині навіть звичайний пункт меню не вдається зупинити Growl ...
tell application "System Preferences"
set current pane to pane id "com.growl.prefpanel"
tell application "System Events"
tell process "System Preferences"
tell window "Growl"
click radio button "General" of tab group 1
click button "Stop Growl" of tab group 1
end tell
end tell
end tell
quit
end tell