Skip to content

Instantly share code, notes, and snippets.

@Innei
Last active August 16, 2021 13:05
Show Gist options
  • Save Innei/bd8ca36810887e78a6aff0403c396e43 to your computer and use it in GitHub Desktop.
Save Innei/bd8ca36810887e78a6aff0403c396e43 to your computer and use it in GitHub Desktop.
macOS optimize
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.locate.plist
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