Skip to content

Instantly share code, notes, and snippets.

@wincent
Created December 12, 2015 06:50
Show Gist options
  • Save wincent/7d6de0db69bd67a4e95b to your computer and use it in GitHub Desktop.
Save wincent/7d6de0db69bd67a4e95b to your computer and use it in GitHub Desktop.
defaults -currentHost write com.apple.systemuiserver dontAutoLoad -array \
"/Applications/Utilities/Keychain Access.app/Contents/Resources/Keychain.menu" \
"/System/Library/CoreServices/Menu Extras/Battery.menu" \
"/System/Library/CoreServices/Menu Extras/Clock.menu" \
"/System/Library/CoreServices/Menu Extras/TimeMachine.menu" \
"/System/Library/CoreServices/Menu Extras/Volume.menu"
defaults write com.apple.systemuiserver menuExtras -array \
"/System/Library/CoreServices/Menu Extras/AirPort.menu" \
"/System/Library/CoreServices/Menu Extras/Bluetooth.menu" \
"/System/Library/CoreServices/Menu Extras/TextInput.menu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment