Skip to content

Instantly share code, notes, and snippets.

@bylatt
Last active October 9, 2016 11:27
Show Gist options
  • Save bylatt/5be9cb561f9902203a8424191a964416 to your computer and use it in GitHub Desktop.
Save bylatt/5be9cb561f9902203a8424191a964416 to your computer and use it in GitHub Desktop.
Fix spotlight not index new application
sudo mdutil -a -i off
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo mdutil -a -i on
# Or rebuild all index on disk
sudo mdutil -E -i on /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment