how can i disable photo?
how can i disable photo?
how can i disable photo?
Not easily - just ignore it
LN
If you know how, the answer would be appreciated. I like challenges
achalle ge -read teh many, many responses to this question in these forums - you can use a terminal command which you can find just as easily as I can to disable all applications from automatically opening but at this time not singularly Photos
LN
Larry has been referring to this Terminal command, I think:
A brute-force method to stop any application from launching at all when you insert a card or connect a camera is a Terminal command:
This Terminal command will disable the auto start of any photo application, not just Photos. So Lightroom or any other application will not launch either and you will have to launch the application of your choice manually.
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
defaults -currentHost write com.apple.Photos disableHotPlug -bool YES
Restart the Mac . it should not be necessary, but it only worked for me after restarting. I found this fix in a post by JadedEye
how can i disable photo?