Created
September 17, 2017 16:59
-
-
Save csandanov/f52b07047e372927a2c2241ee7d4d02a to your computer and use it in GitHub Desktop.
Reindex macos spotlight search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment