Automatisches öffnen von Fotos deaktivieren


/ Published in: Bash
Save to your folder(s)

disable automatic starts of photos when connecting devices (YES), aktivate (NO),

automatisches starten von Fotos beim Anschliessen von Geräten deaktivieren (YES), aktivieren (NO)


Copy this code and paste it in your HTML
  1. defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
  2.  
  3. defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool NO

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.