bvanpeski / SystemPreferences

Navigating System Prefences/Settings on macOS
184 stars 8 forks source link

Opening a sub panel #9

Closed vladimircezar closed 1 week ago

vladimircezar commented 1 week ago

Using open x-apple.systempreferences:com.apple.LoginItems-Settings.extension I am able to open this panel

image

but how can I open the Netwoks extension sub panel? I tried many combinations of network and extensions without any success. I tried to use the script to find the correct anchors but it did not work. Any idea?

Thank you for this repo and all information on your blog!

bvanpeski commented 1 week ago

As far as I'm aware, macOS does not expose System Settings sub-menus in a way that's scriptable with bash. If you were motivated enough you could get it done with AppleScript GUI scripting, but if you're looking for something easy like open x-apple.systempreferences:com.apple.wifi-settings-extension?NetworkExtensions please file feedback with Apple.