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

How to stop applications loading on startup

Before I close down my mac, I close all open applications.


I have unchecked the load windows on startup and looked under login to check that there are no items to load.


When I restart I have to wait while applications load. Some I have not opened for days.


Help please


David Thomas

Posted on Jan 29, 2012 9:27 AM

Reply
Question marked as Best reply

Posted on Jan 29, 2012 9:28 AM

It is one of the over 250 new features of the World's Most Advanced Operating System called Resume.


When choosing Restart, Sleep or Shutdown there is a checkbox you can uncheck to prevent the apps from launching.

Also in System Preferences > General there is a hard-to-find checkbox under "Number of recent items" you can turn off.


If you want to turn it off on a per app basis, (TextEdit is by example, replace TextEdit with the name of the app)

Launch Terminal and copy/paste this at the prompt...

defaults write com.apple.TextEdit NSQuitAlwaysKeepsWindows -bool false

Press return.


To turn off Resume globally...

chflags uchg ~/Library/"Saved Application State"

Press return


The reverse of the first one is to replace false with true.


The reverse of the second one is


chflags nouchg ~/Library/"Saved Application State"

3 replies
Question marked as Best reply

Jan 29, 2012 9:28 AM in response to davidthomas83

It is one of the over 250 new features of the World's Most Advanced Operating System called Resume.


When choosing Restart, Sleep or Shutdown there is a checkbox you can uncheck to prevent the apps from launching.

Also in System Preferences > General there is a hard-to-find checkbox under "Number of recent items" you can turn off.


If you want to turn it off on a per app basis, (TextEdit is by example, replace TextEdit with the name of the app)

Launch Terminal and copy/paste this at the prompt...

defaults write com.apple.TextEdit NSQuitAlwaysKeepsWindows -bool false

Press return.


To turn off Resume globally...

chflags uchg ~/Library/"Saved Application State"

Press return


The reverse of the first one is to replace false with true.


The reverse of the second one is


chflags nouchg ~/Library/"Saved Application State"

Jan 29, 2012 9:29 AM in response to davidthomas83

It's the Resume feature of Lion:


Managing Mac OS X Lion's application resume feature.


If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.

How to stop applications loading on startup

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