Terminus Logo

Question ? How to Disable/Enable Spotlight under Mac OS-X ?  

 Disabling Spotlight
- Launch Terminal and type the following: sudo nano /etc/hostconfig
- Navigate using the arrow keys down the following entry: SPOTLIGHT=-YES-
- Change SPOTLIGHT=-YES- to SPOTLIGHT=-NO- and save it.
- Next, you'll want to disable the index by typing the following in the Terminal:

 mdutil -i off /

And to erase the current Spotlight index, type:

mdutil -E /

Re-Enable Spotlight
- follow the same steps as above, but change SPOTLIGHT=-NO- to SPOTLIGHT=-YES-
- type mdutil -i on / in the Terminal
- Reboot, and Spotlight is back as usual  

Entered by smurphy on Thursday, 14 May 2009 @ 12:06:54  
Configuration - Apple Mac-mini, # Hits: 86536

This page was issued from the Terminus Website:
https://www.solsys.org

The URL for this page is:
https://www.solsys.org/mod.php?mod=faq&op=view&faq_id=151


  Close