---
title: ManagedMenuExtras
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/managedmenuextras
---

# ManagedMenuExtras

The payload that configures menu extras.

## Declaration

```data
object ManagedMenuExtras
```

## Properties

AirPort.menu: If true, enables the AirPort menu extra. Battery.menu: If true, enables the Battery menu extra. Bluetooth.menu: If true, enables the Bluetooth menu extra. Clock.menu: If true, enables the Clock menu extra. CPU.menu: If true, enables the CPU menu extra. delaySeconds: The number of seconds to delay after login before adding or removing menu extras. If the delay is too short, the menu extras don’t appear, or disappear from the menu bar. Displays.menu: If true, enables the Displays menu extra. Eject.menu: If true, enables the Eject menu extra. Fax.menu: If true, enables the Fax menu extra. HomeSync.menu: If true, enables the HomeSync menu extra. iChat.menu: If true, enables the iChat menu extra. Ink.menu: If true, enables the Ink menu extra. IrDA.menu: If true, enables the IrDA menu extra. maxWaitSeconds: The maximum wait, in seconds, for all menu extras to be added or removed. PCCard.menu: If true, enables the PCCard menu extra. PPP.menu: If true, enables the PPP menu extra. PPPoE.menu: If true, enables the PPPoE menu extra. RemoteDesktop.menu: If true, enables the Remote Desktop menu extra. Script Menu.menu: If true, enables the Script menu extra. Spaces.menu: If true, enables the Spaces menu extra. Sync.menu: If true, enables the Sync menu extra. TextInput.menu: If true, enables the Text Input menu extra. TimeMachine.menu: If true, enables the TimeMachine menu extra. UniversalAccess.menu: If true, enables the Universal Access menu extra. User.menu: If true, enables the User menu extra. Volume.menu: If true, enables the Volume menu extra. VPN.menu: If true, enables the VPN menu extra. WWAN.menu: If true, enables the WWAN menu extra.

## Discussion

Discussion Specify com.apple.mcxMenuExtras 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>Battery.menu</key>             <false/>             <key>delaySeconds</key>             <integer>30</integer>             <key>maxWaitSeconds</key>             <integer>60</integer>             <key>PayloadIdentifier</key>             <string>com.example.mymanagedmenuextraspayload</string>             <key>PayloadType</key>             <string>com.apple.mcxMenuExtras</string>             <key>PayloadUUID</key>             <string>93bd5b68-0141-4055-aaaf-a6cebc1cfeeb</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>Menu Extras</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>dc2618ce-736c-4af7-b652-f9cdf3eb9ce4</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>

## See Also

### User experience

- [Accessibility](devicemanagement/accessibility.md)
- [Desktop](devicemanagement/desktop.md)
- [Dock](devicemanagement/dock.md)
- [Finder](devicemanagement/finder.md)
- [HomeScreenLayout](devicemanagement/homescreenlayout.md)
- [Notifications](devicemanagement/notifications.md)
- [ScreensaverUser](devicemanagement/screensaveruser.md)
- [SetupAssistant](devicemanagement/setupassistant.md)
- [TimeMachine](devicemanagement/timemachine.md)
