Skip to content

Instantly share code, notes, and snippets.

@akora
Last active January 12, 2017 10:57
Show Gist options
  • Save akora/b74a2af53a3cfa2ec1a0 to your computer and use it in GitHub Desktop.
Save akora/b74a2af53a3cfa2ec1a0 to your computer and use it in GitHub Desktop.
Disable iPhoto's face recognition on Mac OS X Yosemite. Run from command line.
defaults write com.apple.iPhoto PKFaceDetectionEnabled 0
# then right click your PhotoLibrary in Finder (in your Pictures folder) and remove the following files:
# Faces.db (in Pictures/iPhoto Library/Database/apdb)
# Faces folder (in Pictures/iPhoto Library/Database)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment