Quick tip: Disable all Mac OS 10.7 auto-resume features
September 22nd, 2011, Hedi Regaya | 1 Comment »

This is one annoying innovation I must admit…
Here is a quick tip that will completely disable these features (restoring windows to there previous state when log back in).
Open up Terminal and launch this command first, in order to delete all saved applications states:
rm -r ‘~/Library/Saved Application State/*’
Now, let’s prevent auto-resume features from working again:
chmod -R a-w ‘~Library/Saved Application State’
Posted in Lion, Macintosh Tips & Help

















One Response
re Quick tip: Disable all Mac OS 10.7 auto-resume features.
When I launch the command (rm -r ?~/Library/Saved Application State/*?) Terminal says “No such file or directory”.
Same thing with the command (chmod -R a-w ?~Library/Saved Application State?)