Skip to content

Instantly share code, notes, and snippets.

@larryaasen
Created April 11, 2023 11:06
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 larryaasen/1edb80e7794ee996cd8156ee509e1e31 to your computer and use it in GitHub Desktop.
Save larryaasen/1edb80e7794ee996cd8156ee509e1e31 to your computer and use it in GitHub Desktop.
Show the macOS Bluetooth pane in System Preferences
-- Show the Bluetooth pane in System Preferences.
launch application "System Settings"
activate application "System Settings"
tell application "System Settings"
set current pane to pane id "com.apple.preferences.bluetooth"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment