Skip to content

Instantly share code, notes, and snippets.

@samuelkordik
Created July 8, 2014 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samuelkordik/7ef3c1784056ff8d806d to your computer and use it in GitHub Desktop.
Save samuelkordik/7ef3c1784056ff8d806d to your computer and use it in GitHub Desktop.
AppleScript to toggle bluetooth on/off
tell application "System Preferences"
reveal pane "com.apple.preferences.Bluetooth"
end tell
tell application "System Events" to tell process "System Preferences"
click button 6 of window 1
end tell
quit application "System Preferences"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment