Untitled
tell application "System Preferences" activate reveal anchor "output" of pane id "com.apple.preference.sound" delay 1 end tell tell application "System Events" tell slider 1 of group 1 of tab group 1 of window 1 of process "System Preferences" delay 0.2 set value to 0.5 delay 0.2 end tell end tell tell application "System Preferences" to quit