Skip to content

Instantly share code, notes, and snippets.

@maximecolin
Created December 21, 2015 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximecolin/374137b8f31ffa5d98f1 to your computer and use it in GitHub Desktop.
Save maximecolin/374137b8f31ffa5d98f1 to your computer and use it in GitHub Desktop.
Stop Apple Photos from Auto Launching in OS X with One Command
//Stop Apple Photos from Auto Launching in OS X with One Command
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment