Skip to content

Instantly share code, notes, and snippets.

@niamrox
Created March 8, 2017 20:51
Show Gist options
  • Save niamrox/d2424d86be471fca3097e476264d1ab9 to your computer and use it in GitHub Desktop.
Save niamrox/d2424d86be471fca3097e476264d1ab9 to your computer and use it in GitHub Desktop.

Disabling Spotlight in Snow Leopard is pretty easy, launch the Terminal and type the following command:

sudo mdutil -a -i off

This tells the Spotlight manager to disable all indexing on all volumes, the command will require your administrative password to execute.

Re-enabling Spotlight in Mac OS X 10.6 Snow Leopard is just as easy, just reverse the command to:

sudo mdutil -a -i on
Now Spotlight indexing will be back on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment