Sunday, October 2, 2011

10.7: Completely disable Resume

This hint describes a way to completely, once and for all, disable all Resume features (that is, 'Reopen windows when logging back in' and Saved Application States) once and for all.


Disable Saved Application States

OS X Lion offers a checkbox to disable saved application states. However, many applications do not seem to care about that checkbox (e.g. Terminal). The easiest way to prevent applications from writing away saved states is exactly that: don't let them write to the saved application states folder.

To do this, first open up Terminal. Issue the following command to remove any saved application states you might have:

rm -r '~/Library/Saved Application State/*'

Now, prevent anything from writing it's state away ever again:

chmod -R a-w '~/Library/Saved Application State'

You may use the chmod command on individual application's folders inside the Saved Application State folder to preven ...

Add to digg Add to Reddit Add to Slashdot Email this Article Add to StumbleUpon

Source: http://feeds.macosxhints.com/click.phdo?i=a81f4fe848974d4bc7987299960e4ca3

news about apple macintosh consulting macnn app store macnn apple tv news apple inc news articles apple tech news

No comments:

Post a Comment