Skip to content

Instantly share code, notes, and snippets.

@e-roux
Last active January 18, 2018 22:44
Show Gist options
  • Save e-roux/77ffbe82a8456ad5349910a76a4b0492 to your computer and use it in GitHub Desktop.
Save e-roux/77ffbe82a8456ad5349910a76a4b0492 to your computer and use it in GitHub Desktop.
Mac OS: disable services
#!/bin/bash
launchctl unload -w /System/Library/LaunchAgents/com.apple.photolibraryd.plist
launchctl unload -w /System/Library/LaunchAgents/com.apple.cloudphotosd.plist
# disable gamed
launchctl unload -w /System/Library/LaunchAgents/com.apple.gamed.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment