How do I enable "reopen windows when logging back in" in OS 10.8.5?

I am one of the few people who actually liked that when I shut down at the end of the day I could go back to the same state when I logged back in.
Is there an option to restore the "reopen windows when logging back in" in OS 10.8.5?

The exact item you asked for,  [√] Re-Open windows When logging back in ...
... is on the Logout screen. Logout and make sure that box is checked, then log back in again.
A related item is in
System preferences > General ...
[√] Close windows when quitting an Application
--When selected, open documents and windows will not be restored when you re-open an Application

Similar Messages

  • How do I disable "reopen windows when logging back in"

    Everytime I shutdown the mac asks me "reopen windows when logging back in". In fact the default is to do reopen all open programs when I restart. he annoying thing with apple is that when you close a window like Safari and iPhoto the program itself is not closed unless you spend extra time to go and QUIT each program. So naturally at least Mail and Safari are up when I'm ready to shutdown. On a other days MS Word, Excel and iPhoto are open as well. This is annoying to have to remember to QUIT everything when I'm sleepy before shutting down. Mac is supposed to be convenient not tedious. Please stop asking me if I want to reopen on logging back in. And worse yest stop assuming that this is the default action. Someone please help!

    You can uncheck the option box on the shut down screen. Or you can use a terminal command to disable it completely. Or you can get in the habit of using Command+Q (No Caps on the Q, Command+q) to shut down programs that you no longer need running. And if you get in that habit of using Command+q you don't need to close the window or windows that are open for that program. Command+q will close the program and the active window/s.
    EDIT:
    Here is a site that give you the command to disable this annoying ?FEATURE?.
    http://osxdaily.com/2011/08/25/disable-reopen-windows-when-logging-back-in-in-ma c-os-x-lion-completely/
    Message was edited by: Shootist007

  • Turn off "Reopen windows when logging back in"

    Here's the problem:
    When shutting off...
    Check mark on:  it opens all my apps (Open Active window) that I currently have as auto startup each time I bootup. Like itunes and skype
    Check mark off: It opens all my apps, but allows them to be hiding, (in the background).
    How could I always have the Check Mark Off ?  This is really bothersome.

    No way?
    Try this.
    Step 1: Go to ‘System Preferences’.
    Step 2: Find the ‘General’ menu' and open it.
    Step 3: Go to the bottom under “Number of recent items”
    Step 4: Unclick the box “Restore windows when quiting and re-opening apps”.

  • How do I permanently delete the "Re Open  Windows when logging back in" choice? I want it to open to my home page, not where I shut the mac off.

    How do I "Permanently" uncheck the box "Re open windows when logging back in"?

    At this time there is no reliable way to permanently unselect that option. A quick way to unselect it just before logging out is to tap the space bar.

  • What gives? I uncheck "Reopen windows when logging out" and it still goes back to the prev. sessions windows.  Is there a fix for this?

    What gives? I uncheck "Reopen windows when logging out" and it still goes back to the prev. sessions windows.  Is there a fix for this?

    I unchecked " Restore windows when quitting and re-opening apps."  in the prefs. and still it goes back to the prev windows sessions when  I uncheck "Reopen windows when logging out"

  • How do I stop OSX Lion from reopen windows after logging in?

    Please advise.  This is aggrevating me.  Everytime I shut down my computer, I have to uncheck the box that states, Reopen windows after logging in.  I don't want to do this everytime I shut my computer down.  If I don't completely log out of every single application, when I start my computer and log-in, the programs I was using before I shut-down all come back up and sometimes this freezes my computer and I have to force shut down.  Any suggestions would be great.  Thank you.

    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"

  • Hi! Stupid questions, but how do i find my pictures when logging in to icloud?

    how do i find my pictures when logging in to icloud?
    I have an macbook air and a iphone 4. I have chosen automatically upload of the pictures to icloud, but when i log in to icloud i can't find out where my pictures are.
    I'm pretty new at this

    The following is from this Apple document: iCloud: Photo Stream FAQ
    My Photo Stream
    When you take photos on an iOS device, or import photos from your digital camera to your computer, My Photo Stream can automatically upload your new photos to iCloud and push them to all of your other devices. 
    When do photos upload to My Photo Stream?
    How long are My Photo Stream photos stored in iCloud?
    The photos you upload to My Photo Stream are stored in iCloud for 30 days to give your devices plenty of time to connect and download them.
    How many photos are stored in My Photo Stream on my devices and computers?
    iCloud pushes all your photos to the My Photo Stream album on your devices and computers, and manages them efficiently, so you don’t run out of storage space.
    Your iOS devices keep a rolling collection of your last 1000 photos in the My Photo Stream album. From there, you can browse your recent photos or move the ones you like to your Camera Roll or another album to keep them on your device forever.
    Since your Mac and PC have more storage than your iOS devices, you can choose to have all of your My Photo Stream photos automatically downloaded. In iPhoto or Aperture preferences on your Mac, be sure to select Photo Stream > My Photo Stream > Automatic Import. All of your photo stream photos will be imported into your Events, Projects, Photos, Faces, and Places folders in iPhoto or Aperture. On your PC with Photo Stream enabled in the Control Panel, all of your photos will be imported into C:\Users\<user name>\Pictures\Photo Stream\My Photo Stream.
    OT

  • In Lion, how do you bypass managed prefs when logging on?

    in Lion, how do you bypass managed prefs when logging on?

    Ahh, that's a Lion Server question...sorry, can't help.
    Someone else hopefully will be along to answer for you.
    EDIT: won't help you in the short-term, but long term might be worth investing in this:
    http://shop.oreilly.com/product/0636920022664.do

  • How to alert with new window when message is comming like MSN

    Please tell me .How to alert with new window when message is comming like MSN?

    Why is it the first think everyone wants to do in JSP is write a chat application?
    Not really an easy way to do this, as HTTP is a "pull" model. You send a request, the server sends a response. The server can't send anything unless you ask for it. That kindof puts a damper on things like instant messaging.
    A couple of workarounds
    1 - refresh the page every once in a while to check for new messages. An easy solution but nowhere near optimal.
    2 - check out pushlets www.pushlets.com
    Cheers,
    evnafets

  • How to see the pass folios when log in to another cell phone or iPad

    how to see the pass folios when log in to another cell phone or iPad

    You need to log into the content viewer with the same Adobe ID you used to create the folio. Note: iPad folios will not appear on the iPhone but should be available on all other devices.

  • How can we enable tick icon when user click any button

    how can we enable tick icon when user click any button in captivate 6@

    hi first of all thanks for imitate action.
    actually i want to make a menu (TOC) with tick icons, on starting all ticks are disabled but when i click on any button from my menu i want to enable tick for that particular button so that user can know easily the visited button.

  • How do you change the picture when logging in

    I want to change the picture / Icon when I log in.  How do I do that?

    Changing your user account icon
    Your user account icon appears in the Login window when you log in (if your Mac isn't set to automatically log you in), and is used as your contact portrait unless you change it. When you first set up your user account, you have the opportunity to select a picture to use as your icon. You can also change the icon whenever you want, as described below.
    You can use one of the included icons, drag in a custom image, or take a snapshot with your Mac's camera
    From the Apple menu, choose System Preferences.
    Click Users & Groups (click Accounts in Mac OS X v10.6).
    To the left of the "Change Password" button is a pop-up menu that shows your current account icon. Click it to choose a different icon, or to use your Mac's camera to take a snapshot to use as an icon. You can also simply drag a picture to the menu
    If desired, crop and reposition the new icon.
    When satisfied, click Done to make the change.
    http://support.apple.com/kb/ht2493

  • How can i close the window when i logoff transaction iviews?

    Hi
    I want to close the Portal session window, when i logoff R/3.
    Is there any properties need to set in iview?
    pl suggest me
    thx
    pradeep

    Hi Pradeep,
    What do you mean by closing the Portal session window? Can you describe your events in a more detailed manner.. is this the portal window or is R/3 opened in a new window?
    cheers,

  • Reopen Windows When Restarting Doesn't (Yosemite)

    When restarting an checkbox appears allowing open windows to be re-opened after restarting. This is a great idea, except that it does not do what it says. It allows open Applications to be re-opened after a restart, but not open Finder Windows. Is there a way to restore open Finder Windows after a restart?

    Just to record that I (and several other people I've seen with this problem) have the symptom Wayneswhirld describes without having apps set to 'Open at login' selected. I've created a StackExchange question describing the problem and suggested (but non-working) solutions I've found: http://apple.stackexchange.com/questions/39555/unchecking-restore-windows-when-q uitting-and-re-opening-apps-doesnt-work

  • How do I enable my camera when the option is greyed out in iChat?

    This may be a dumb question, especially as I only 'converted' to Macs 3 days ago... but when I start iChat the option to enable my camera is greyed out (it wasn't this morning when I checked) - what have I pressed to disable it and how do I re-enable it?
    I have a MacBook Pro with a built-in camera (bought 3 days ago strangely....)
    Thanks for any advice you can offer

    Two Places to Check
    In iChat in the Video menu (May say Audio) to the right of the Buddies one there is Camera Enabled. It should show a tick next to it.
    Next in the View Menu the Show Video Status item also needs a tick.
    If those two items are ticked then go to the Apple icon top left > About this Mac > More Info button to open the System Profiler.
    Use the reveal Triangles and go to Hardware > USB and see if the camera is listed.
    8:33 PM Wednesday; April 23, 2008

Maybe you are looking for

  • ITunes 10.2.1 wiped out everything

    Hey! Automatically installed the 10.2.1 update last night. Opened iTunes this morning and guess what? No music, no podcasts, no nothing at all. Looking in my music folder in my home folder, seems like everything has been deleted. The album artwork an

  • Can not SEND to external emails

    Customer I support is having Blackberry device issue: I use the Desktop Manager to sync my BB emails.   This morning, after our server with BES on it was rebooted (and, my computer was still on at the time), i discovered that I could no longer send e

  • Contact person SUS-EBP

    Hi. I have SRM 5.0 SRMServer 5.5 with SRM and SUS in different client, SP10 When I used transaction BBP_SP_SUPP_INI and export a vendor from EBP to SUS, this vendor was registered in the structure of SUS. I used self registration to create the contac

  • XML/XSQL Usage

    Hi Can anybody guide me how to install and use XML parsers along with sample code running on Oracle 8i ? Also installed is IIS 4.0, Oracle JDeveloper Suite, and Web-DB. What is the steps to follow and different tools that i will need to fetch data fr

  • Issue Installing JA, JG product

    Hi, I am using EBS 12.0.6(db 10.2.0.3) on HP UX (Itanium). I was unable to see GDF in Invoice Distributions for entering Tax Deduct at Source. I compiled GLOBE.pll using this command. "frmcmp GLOBE.pll userid=apps/apps@XYZ module_type=library compile