欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

macos osascript 和 shell 打开网络设置面板 有大用 有大大用 有大大用

osascript

tell application "System Preferences"

    activate

    set current pane to pane id "com.apple.preference.network"

end tell


shell

open /System/Library/PreferencePanes/Network.prefPane


普通分类: