When Force Quit won't work
How do you quit a program that even Force Quit won't quit? Running Catalina. I can't even shut down my computer since a program (Uninstall) is running. Thanks!
iMac 27″, macOS 10.15
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
How do you quit a program that even Force Quit won't quit? Running Catalina. I can't even shut down my computer since a program (Uninstall) is running. Thanks!
iMac 27″, macOS 10.15
If Force Quit won't work you'll probably need to hold the power button to switch off.
That said, you can run Terminal and enter:
sudo shutdown -r now
After entering your Mac password and pressing Return, it ought to shut down.
If Force Quit won't work you'll probably need to hold the power button to switch off.
That said, you can run Terminal and enter:
sudo shutdown -r now
After entering your Mac password and pressing Return, it ought to shut down.
Which app was causing the problem?
Try this: boot into Safe Mode (How to use safe mode on your Mac - Apple Support) by booting with the Shift key held down, launch the app, run it a bit, shut down and check there to see if the problem persists. Reboot normally and test again.
NOTE: Safe Mode boot can take up to 10 minutes as it's doing some system cache cleaning, volume verifying and directory repairing.
Next time you can try to use this Terminal command to shut down the app:
killall app name
followed by the Return or Enter key.
Thank you! Using the power button to shut down did the trick of getting rid of the stuck program. I did have a bit of a problem getting back up and running, though. Nothing would work after the first time I restarted the computer. So I tried several reboots which also didn't work. So I then used the normal shut-down, waited a couple of minutes, and re-started. Viola, I'm back up and running, sans the offending program! Thank you, again!!!
Thank you, Old Toad! I managed to get it closed (with a few snafus but then success) by shutting down with the power button. But I'll save your advice, too, for if this ever happens to me again. :-)
When Force Quit won't work