InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 04-01-2008, 11:49 PM
minibuu minibuu is offline
Jaguar
 
Join Date: Mar 2008
Posts: 41
I checked out the wiki for it but for some reason it did not work. SPOTLIGHT wasnt even listed in the file to disable it. Can someone walk me through it?
Reply With Quote
  #2  
Old 04-02-2008, 08:26 AM
bhast2 bhast2 is offline
Tiger
 
Join Date: Jan 2008
Location: USA
Posts: 396
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-
Save /etc/hostconfig by hitting Control-O and the return key, next hit Control-X to exit the nano editor
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 /
That’s pretty much it, on your next reboot, Spotlight will be completely disabled.
Re-Enable Spotlight
If you want to enable Spotlight again, follow the same steps as above, but change SPOTLIGHT=-NO- to SPOTLIGHT=-YES-
and then type mdutil -i on / in the Terminal
Reboot, and Spotlight is back as usual



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply