Thursday, September 8, 2011

Disable Saving Application State In Apple Mac OS

Apple saves your application states when they were closed. I don't like this behavior! When i close things, I want them closed for good and i don't need Apple to decide for me if i want to save the state of Safari, for example, when i closed it.
Open terminal and execute this:
chflags uchg ~/Library/"Saved Application State"

No comments: