Created
December 21, 2015 19:14
-
-
Save maximecolin/374137b8f31ffa5d98f1 to your computer and use it in GitHub Desktop.
Stop Apple Photos from Auto Launching in OS X with One Command
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
//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