Spotlight slowing MB Air
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-13-2014 10:24 AM
I imaged our student loan MacBook Airs with 10.9.1 and use Deep Freeze on them. Each time a user logs on, Spotlight starts indexing and slows the Mac to a crawl and drains precious battery power.
Is there a proper way to disable Spotlight so it doesn't run for each new user; and without causing other problems?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-13-2014 10:49 AM
Disable
launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Re-enable
launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
There is also an older method, which can sometimes cause problems:
mdutil -a -i off
