Last active
August 16, 2021 13:05
-
-
Save Innei/bd8ca36810887e78a6aff0403c396e43 to your computer and use it in GitHub Desktop.
macOS optimize
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 launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.locate.plist |
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 launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
locate .metadata_never_index | |
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist | |
sudo mdutil -i on / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment