---
title: SystemPreferences
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/systempreferences
---

# SystemPreferences

The payload that configures the preference panes.

## Declaration

```data
object SystemPreferences
```

## Properties

DisabledPreferencePanes: The list of disabled System Preferences panes. Deprecated: macOS 13+ DisabledSystemSettings: The list of disabled System Settings extensions. All other items will be enabled. When you specify DisabledSystemSettings, the device ignores DisabledPreferencePanes and EnabledPreferencePanes. note: A given System Settings extension can supply more than one section in System Settings; disabling such an extension disables all sections it supplies. Available: macOS 13+ Deprecated: macOS 13+ EnabledPreferencePanes: The list of enabled System Preferences panes. Deprecated: macOS 13+

## Discussion

Discussion Specify com.apple.systempreferences as the payload type. Profile availability  |   |   |   |   |   |   |   |  Profile example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>PayloadContent</key>     <array>         <dict>             <key>EnabledPreferencePanes</key>             <array>                 <string>com.apple.preferences.users</string>             </array>             <key>DisabledPreferencePanes</key>             <array>                 <string>com.apple.preference.dock</string>             </array>             <key>PayloadIdentifier</key>             <string>com.example.mysystempayload</string>             <key>PayloadType</key>             <string>com.apple.systempreferences</string>             <key>PayloadUUID</key>             <string>6e7d6ddc-70fc-4126-a0a3-c312c4e16e06</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>System Preferences</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>28114fac-d230-484f-8747-4f3f1077f95c</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>

## See Also

### Deprecated

- [APN](devicemanagement/apn.md)
- [FDERecoveryKeyRedirection](devicemanagement/fderecoverykeyredirection.md)
- [MediaManagementAllowedMedia](devicemanagement/mediamanagementallowedmedia.md)
- [ParentalControlDictationAndProfanity](devicemanagement/parentalcontroldictationandprofanity.md)
- [ShareKit](devicemanagement/sharekit.md)
