OK, so I have done what it says in Disable “Reopen Windows When Logging Back In” in Mac OS X Lion Completely, and disabled Reopen windows when logging back in, but now I want the feature back. What do I do?

link|improve this question

69% accept rate
feedback

2 Answers

up vote 3 down vote accepted

The solution is given at the end of the article:

If you ever want to revert back to the default behavior of this OS X Lion feature, just type the following defaults write command:

sudo defaults delete com.apple.loginwindow LoginHook

And you’ll be back to be able to select window restore based on that checkbox’s choice.

link|improve this answer
+1 & accepted answer – gadgetmo Jan 3 at 17:00
feedback

Try what was suggested at the bottom of the article:

If you ever want to revert back to the default behavior of this OS X Lion feature, just type the following defaults write command:

sudo defaults delete com.apple.loginwindow LoginHook

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.