Skip to content
AP Orlebeke edited this page Dec 3, 2022 · 3 revisions

THIS MANIFEST IS DEPRECATED IN MACOS 13.0+

While not officially documented, the System Preferences payload can be configured to enable, disable, and/or hide third-party preference panes.

The only requirement is to include the applicable preference pane's CFBundleIdentifier in the desired enabled, disabled, or hidden preference key.

To get a preference pane's bundle identifier, simply run:

defaults read /path/to/PreferencePaneName/Contents/Info.plist CFBundleIdentifier

If you notice a desired third-party preference pane missing from ProfileCreator, please file an issue to have it added!

Clone this wiki locally