Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to disable ... via ARD?

I'd like to disable the following on all our client machines. Can anyone tell me the proper unix command via ARD?


1) Resume feature. Our teachers don't like programs re-opening when they login, and it also slows down initial startups.


2) Spotlight indexing - this occurs frequently on client machines and slows down performance.

Posted on Jan 22, 2014 5:02 PM

Reply
Question marked as Best reply

Posted on Jan 23, 2014 4:32 AM

Hi


To disable Resume system-wide:


defaults write NSGlobalDomain NSQuitAlwaysKeepWindows -bool false


There's a number of ways to completely disable spotlight indexing. One way is:


launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist


The above is all on one line. Both commands work as expected on 10.7 & 10.8. Not tried yet with 10.9. Send the commands as root and for good measure restart your clients.


HTH?


Tony

2 replies
Question marked as Best reply

Jan 23, 2014 4:32 AM in response to Stryker412

Hi


To disable Resume system-wide:


defaults write NSGlobalDomain NSQuitAlwaysKeepWindows -bool false


There's a number of ways to completely disable spotlight indexing. One way is:


launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist


The above is all on one line. Both commands work as expected on 10.7 & 10.8. Not tried yet with 10.9. Send the commands as root and for good measure restart your clients.


HTH?


Tony

How to disable ... via ARD?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.