My computer won't log out of a program.  what do I do so I can restart my computer?

my computer won't log out of a program.  what do I do so I can restart my computer?

You can force quit it. Hold down the option key, hold your cursor on the dock icon and you'll see Force Quit. You can also try clicking opt-cmd-escape to bring up the Force Quit window, highlight the program you want to quit and click Force Quit.
Note that you may lose settings or progress if an application isn't shut down properly.
Matt

Similar Messages

  • MBP won't log out of user account

    Hello,-
    My MBP won't log out of my user account.  It just sits at a white screen with the apple logo.  I have to reboot it (several times) to get back
    to my user accounts.
    I have done a disk repair and it worked fine for 2 days then back to issue.
    Any suggestions?

    If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
    While investigating the problem, you may have started the computer in "safe" mode. If possible, these steps should be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.
    Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable output, but they must be entered exactly as given in order to work. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; { o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n\n" $o; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); [[ $o -eq 0 ]] || printf "\nRestricted user files: %s\n\n" $o; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist"); ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; for d in {,/}L*/{La,Priv,Sta}* L*/Fonts; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'error|GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; echo $'\nStep 2 done'
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

  • HT4865 I just bought this ipad and cannot log out from icloud because i dont have the password.how can i log out from icloud?need help

    I just bought this ipad and cannot log out from icloud because i dont have the password.how can i log out from icloud?need help

    You need to return it to the seller and get your money back.  You cannot reset or use the device with another AppleID installed unless you know the password for that ID.
    If the device has been jailbroken, no one on here can give you any further help...the Terms of Use prohibit us from doing so.

  • Won't Log Out

    My 15" MBP will not log out successfully. This started after the latest security update, at least thats when i first noticed it. It sits at one blue screen, then flickers to another with the loading icon. It seemingly does this forever and never actually logs out. Anyone got any thoughts? Thanks

    It appears my MBP doesn't have a log in screen all together. When i enable user switching and chose to go to the log in screen it just sits there at a blue screen. I won't dare chose to not auto log in because of the fear it will not boot anymore.

  • Mac OS 10.6.8 Won't Log Out

    Lately, my Mac Pro will not Log Out, I get a message saying an application is still running and if I close it down it can then logout – however are no applications running when I get this message - I always close all Apps before I try to logout. What can I check to see what the problem may be?
    My System:
    Hardware: Pro 2x2.8 GHz Quad-Core Intel Xeon with 20GB System Memory, Using all 4 Drive Bays (750HD; 500HD, 2 X 2-Terabyte HDs) System: Still using Snow Leopard 10.6.8. (Displays & MacPro) and installed system checked out by authorized dealer in Nov 2013 (regular check up when more Memory added) everything running fine. Displays: Apple 30" HD Cinema Display and Apple 20" Cinema Display - NVIDIA GeForce 8800 GT video card 512 MB VRAM - these are setup as Extended Desktop.

    Try going to the /Force Quit or command - option/alt/esc and see if any applications show up. Occasionally an application will not quit even though you told it to.

  • Cannot log out of aol e-mail using any method including trying to restart computer.

    Any help appreciated to get my e-mail to log out.

    Hello,
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed. Or an errant process eating up RAM.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • Parental Control accounts with Simple Finder won't log out

    Since upgrading to Snow Leopard, my children cannot logout. The accounts use Simple Finder and have Parental Controls set. To log out, we must Force Quit Finder. How do I fix this? Also, empty Trash does not empty the trash.

    enable full finder. go to home/library/preferences and delete the files com.apple.dock.plist and com.apple.finder.plist. then control-option click on finder in the dock and choose 'relaunch'. then start Activity Monitor ((it's in /Applications/Utilities) and force-quit Dock. switch back to simple finder and see if it works better now.

  • Skype won't log out! (lets make them fix this!)

    I can't find a valid post for this sort of thing, but it ends here & now.
    There is no reason that is acceptable to the users of Skype, that should continue to allow it's program "Skype" to forcibly keep us logged in, be it as online, away or otherwise.
    No, it is not acceptable to force us to have to go thru endless solutions to try an fix something that used to work correctly before microsoft took over Skype.
    THE PROBLEM - Skype will not log us out & keep us logged out when we close the program on ANY platform.
    THE SOLUTION - Microsoft/Skype & it's related staff/teams/coders/etc need to return this function to the way it was, & because of the era of smart phones an some users wanting to keep the silly function most of us hate an want gone, accept this idea additionally. Allow THOSE users the option of clicking their status to forever online, give it in the status menu or even somewhere in options but forcing the majority of us users to have to fight this battle is unacceptable!
    Other notes:
    [Your label system for making posts doesn't allow the proper tags as I know them to be, so I threw in all the ones you forcibly listed as I couldn't make this post any other way. Fix that crap too skype.]
    I'm not going to read this post after this point, me the starting person. This is an effort to try an get the people who manage this program to take notice & do something acceptable to OUR demands NOT what they feel is a solution.
    Perhaps a flame war will result, hate for my name, god knows such things are common place when someone tries to do something good, not to mention all the idiots who lack reading comprehension skills an cannot understand the posts as they are written vs what they "want to read".
    I hope this gets the ball rolling for the intended solution, the users must rally to this cause or it will never happen, we will continue to be forced to "deal with it" an we shouldn't have to as some of us are CASH PAYING CUSTOMERS! an our demands should be taken more seriously otherwise we can/will/an should take our biz somewhere else as that is the only thing that seems to grab a stupid companies attention.
    Have at it guys, make e'm work for the money they think they've earned!
    Nothing to see here..

    Hi, Waterdust, and welcome to the Community,
    THE PROBLEM - Skype will not log us out & keep us logged out when we close the program on ANY platform.
    The concept of "closing the program" seems to have changed or evolved with the increasing use of smart phones, combination smartphones and tablets called "phablets," and tablets, which if I recall sales trends correctly, have overtaken laptop and desktop sales.  I have been either an observer of or a participant in Skype's on-line Community since approximately 2007-2008, in other words, before the current Community platform was launched in 2011.  Over the years, many people have posted about their wish that when they clicked the "X" at the top right of the Skype for Windows software client, or the red dot in the Mac OS environment, that single-click action would a.) close the program, and b.) sign out of Skype.
    I prefer the long-standing procedure of the two-step (one more click or tap does not phase me in the least) close and/or quit routine.  I appreciated this on my Windows computers and laptops, and now even moreso on my BlackBerry devices (Q10 and Classic), iPhone 6, and iPad.   I like the convenience of Skype running in the background while I use the handheld device for other tasks, as well as not having to worry about accidentally signing out of Skype.
    Much to so many other posters' chagrin, Skype employed a two-step sign-out and program closure - long before Microsoft or even eBay entered the picture!
    There is no reason that is acceptable to the users of Skype, that should continue to allow it's program "Skype" to forcibly keep us logged in, be it as online, away or otherwise.
    If I understand correctly, what you are referring to is the "presence" or status setting problems: Online - Away - Invisible - Offline.  For the sake of clarification only, this is technically not a problem with keep[ing] us logged in.  I refer to this blog article and continuing discussion here:  http://community.skype.com/t5/News-and-Announcements/UPDATED-Changes-to-your-Skype-online-status/ba-...
    I confirm that when I set my status or presence setting to "Invisible" (or, "Offline") on all instances where I have Skype signed on (first click or tap), and then proceed to sign out (second click or tap) and close the software (third click or tap), I am logged out of the Skype service, and my status of Invisible shows this.   I appreciate the status settings resolutions are apparently work-in-progress, and that it seems to have been a long time to settle this.
    Looking forward to reading a thoughtful dialogue.  Flame-throwing is neither necessary nor in the context of providing constructive feedback.  Please, let us all keep this on-line community's Community Guidelines in mind as we continue this discussion.
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • I am suddenly logged out from whatever program or app i am working on and i have to log back in.  one solution suggested is to reset or restore of my IOS software which is quite an involved endeavor.  anyone knows of the cause and simpler solution?

    i find that i am suddenly logged out of  program or an app or website, and i am back to the HOME screen.  i have to log back in and sometimes i find back exactly where i left off, some stuff i have entered or written,  or sometimes i have to start all over again and re-enter data or write back what i seem to have lost.
    i tried a different browser and it does not solve the problem.  i tried different  apps, website and programs and it happens anywhere and at any app, program or website. 
    apple staff suggested a complete restore of the IOS software, which is quite an involved process. does anyone know of any possible causes and a simpler
    solution without having to reset the entire IOS 7.0.6

    Hello Philly,
    I believe that when you reset your ipod(command given from the computer, right?)  touch WHILE the ipod was updating, It cleared the system in the middle of writing files, thus corrupting(equivalent of cutting of in the middle of a sentence) the basic running system.
    I suggest you go to an apple store and ask for a technical diagonosis in person. they may offer to help if the problem is fixable. If your ipod is still under warrenty, i would guess it would be free/low cost.
    ~Remember, I am just giving an educated guess on limited information

  • Logging out without closing programs?

    Is this possible? I would like to log out while I am away from my computer, but would like to have my programs that are open stay open. I usually have 3 or 4 of the creative suite programs open while I am working, and when I log out they all close, and I have to relaunch all of them.

    Ok, I realized for it to log out I have to have my computer go to sleep. I usually only have the display go to sleep b/c I heard it is bad to have you computer set to go to sleep that often. So there is really no way for me to make someone have to log in without putting my computer to sleep, or logging off and closing all my apps. ??

  • HT4864 my incoming mail server is gray and won't let me enter anything? what do i do..i can't get my mail?

    my incoming mail server is gray in its space and won't let me enter anything? i can't get my incoming mail on my mac computer?  what do i do so I can reenter the incoming mail server information?  the rest of my preference screen is black and can be changed?

    I did have the same problem this morning, but after several attempts o deleting and creating a new account, it started working again.
    I think they were doing some changes in iCloud and that created several problems last night and today.

  • Iphone won't log out of old apple id

    I forgot my password for my original Apple ID and cannot retrieve it. I made a new Apple ID and logged into it under settings--store--apple ID. However, every time I try to update my apps for my phone, it asks for the password for my old Apple ID and will not seem to connect to my new Apple ID, even though that's what I'm logged into now. I'm stuck and can't update any of my apps. Please help!

    You don't. Apps are forever tied to the Apple ID that they were purchased with. So, you can find out what the passcode to the old Apple ID is, or you can delete those apps associated with and re-purchase them with your new Apple ID.
    Cheers,
    GB

  • My computer has more than one login. Now when I log out it just brings up a blue screen and won't let me do anything eles. What's wrong with it?

    Now it just brings up a blue screen and it won't
    Let me do anything eles. What's wrong with it. This is the second time it's done it today

    I am experiencing the same thing on log out, not all the time but too often. I can get going again by shutting down with the power button, waiting 10 sec. then pressing the power button to boot up again. I have run Disk Utilities, Techtool Deluxe and Disk Warrior which all indicate everything is OK. So I am hoping someone will be able to help us with this issue.

  • I have changed my icloud account but now can't log out of the old account on my ipad. What can I do next?

    I am having problems with logging out of the icloud on my ipad so that I can log in with my new icloud account. How can I change this so that all of my logins will work?

    Have you got 'Find My iPad' enabled? This has to be turned off using the original ID address.
    Try going back to http://appleid.apple.com and changing the ID back to the original address. If you can get this accepted, then go to the iCloud preferences/settings pane, stop 'Find My ....', and then sign out. Do the same on any other devices or computers.
    Then go back to http://appleid.apple.com and change the ID to the new one. Sign in with that on all your devices.
    However if the address which forms the original ID is now not working it can't be validated and it's possible that you won't be able to revert to it. In this situation only Support can help you.
    To contact  iCloud Support: if you currently happen to have AppleCare, either because you recently bought Apple hardware or have paid to extend the initial period, you can contact them here:
    http://www.apple.com/support/icloud/contact/
    You will need the serial number of the covered hardware.

  • Logging out of itunes?

    My uncle wanted me to log into his itunes account on my laptop so I went to itunes store and logged out of my account and into his, but when I went back to music, it was still my music! Does anyone know why this is or if you can even log out of that part of itunes completely? If you can, how, because I can't figure it out.

    Log in, log out, repeat 50 billion times.
    It will never have an affect on the media that exists on the computer.
    What are you really trying to accomplish?

Maybe you are looking for