My Macbook was recently running very slow. I've noticed Spotlight was constantly rebuilding the index. By executing the following lines of code in my terminal, the corrupted index was fixed:
$ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist $ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Add new comment