Skip to content

Instantly share code, notes, and snippets.

@wegotoeleven
Created August 5, 2022 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wegotoeleven/f8e58bd631e7b2176d7431d22a32bf3c to your computer and use it in GitHub Desktop.
Save wegotoeleven/f8e58bd631e7b2176d7431d22a32bf3c to your computer and use it in GitHub Desktop.
Turn off Spotlight
# Toggle Spotlight
sudo mdutil -a -i off # Off
sudo mdutil -a -i on # On
# To remove the menu bar icon, run this Terminal command:
sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search && killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment