Skip to content

Instantly share code, notes, and snippets.

@kakashysen
Created August 14, 2018 19:14
Show Gist options
  • Select an option

  • Save kakashysen/120eb9bdb4eb121c183cf71119f9de56 to your computer and use it in GitHub Desktop.

Select an option

Save kakashysen/120eb9bdb4eb121c183cf71119f9de56 to your computer and use it in GitHub Desktop.
How to reload spotlight - OSX

Turn off spotlight:

sudo mdutil -a -i off

Unload it:

sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Load It:

sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist

Turn on spotlight again:

sudo mdutil -a -i on

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