Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] MacOS X - How enable/disable Spotlight indexing
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2869
Topic starter
January 27, 2016 12:54 AM
Spotlight continuously tries to keep up with it's indexing ... this can however take resources, or even hinder TimeMachine backups, so at times, you might want to switch it OFF, which is done in Terminal as such:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
You can re-enable SpotLight indexing as follows:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
I've tested this up to El Capitan successfully ...