Skip to content

Instantly share code, notes, and snippets.

@yowcow
Created September 20, 2017 02:31
Show Gist options
  • Save yowcow/3a01369a585705d08a5f2f1d18ef65a7 to your computer and use it in GitHub Desktop.
Save yowcow/3a01369a585705d08a5f2f1d18ef65a7 to your computer and use it in GitHub Desktop.
Stop and start macOS spotlight indexing
# sudo required
# stop indexing
mdutil -a -i off
# start indexing
mdutil -a -i on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment