Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 3 of 3
  1. #1
    mspain77 is offline Registered User
    Join Date
    Aug 2005
    Location
    Walnut Creek, CA
    Posts
    240
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Disabling Spotlight keyboard shortcuts

    I ahve to do every time I start up since I installed the latest Security Update. I repaired permissions and nothing was corrected.
    I am disabling the features through System Preferences, but the continue to default back to on. Is there somewhere else I should disable something? Very annoying considering I hate Spotlight. Thanks.

  2. #2
    bobw's Avatar
    bobw is offline The Late: SuperMacMod
    Join Date
    Mar 2001
    Location
    Phila,PA
    Posts
    8,835
    Thanks
    0
    Thanked 49 Times in 26 Posts
    This way;

    1) Using the mdutil command-line utility in Terminal, turn off indexing for each of your drives. Example:
    • $ sudo mdutil -i off /Volumes/your_hard_drive_name_1
    • $ sudo mdutil -i off /Volumes/your_hard_drive_name_2
    2) Then use mdutil to remove the indexes from each drive
    • $ sudo mdutil -E /Volumes/your_hard_drive_name_1
    • $ sudo mdutil -E /Volumes/your_hard_drive_name_2
    3) Physically remove the .Spotlight directories from the root of each drive.
    • $ cd /
    • $ sudo rm -fr .Spotlight-V100
    (do the same for your second or third drive)


    Or you can use Spotless


  3. #3
    mspain77 is offline Registered User
    Join Date
    Aug 2005
    Location
    Walnut Creek, CA
    Posts
    240
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks Bob. I'll check that out when i get some free time.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •