Created
December 13, 2016 10:33
-
-
Save rogervila/afee5a394a99702617ed9b36d9f8319b to your computer and use it in GitHub Desktop.
Useful OSX Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Disable Photos agent: http://superuser.com/questions/920116/disable-auto-launching-of-photos-application-on-mac-osx-yosemite-el-capitan | |
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES | |
defaults -currentHost write com.apple.Photos disableHotPlug -bool YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment