Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Created May 9, 2017 18:13
Show Gist options
  • Save erkobridee/af2589a12482ef18650880cc05e4e78c to your computer and use it in GitHub Desktop.
Save erkobridee/af2589a12482ef18650880cc05e4e78c to your computer and use it in GitHub Desktop.
mac os enable/disable spotlight indexing

spotlight indexing

run as super user sudo

  • enable indexing
mdutil -a -i on
  • disable indexing
mdutil -a -i off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment