Why doesn't Firefox close..?

User Help for Mozilla Firefox
Post Reply
Origdogfish
Posts: 24
Joined: January 24th, 2019, 5:16 pm

Why doesn't Firefox close..?

Post by Origdogfish »

When Firefox won't start I go into Task Manager and find up to a dozen Firefoxes running.

If there is software that will close all open instances in one fell swoop I would use that as a work around to using TM, until Firefox is improved of course.

Thanks
-Jim
Origdogfish
Posts: 24
Joined: January 24th, 2019, 5:16 pm

Re: Why doesn't Firefox close..?

Post by Origdogfish »

Looks like Control-Shift-Q will do what I want. I will update if I still have problems.
Thanks
-Jim
morat
Posts: 6432
Joined: February 3rd, 2009, 6:29 pm

Re: Why doesn't Firefox close..?

Post by morat »

You could create a batch file to kill the processes.

Code: Select all

rem send WM_CLOSE message
taskkill.exe /im firefox.exe

Code: Select all

rem send WM_QUIT message
taskkill.exe /f /im firefox.exe

Code: Select all

tasklist.exe /fi "imagename eq firefox.exe"
Reference
http://www.computerhope.com/taskkill.htm
http://www.computerhope.com/tasklist.htm

Similar threads
http://forums.mozillazine.org/viewtopic ... &t=3106648
http://forums.mozillazine.org/viewtopic ... &t=3056731

Tip: always use File > Exit to shut down Firefox, instead of the top right "X" close button

File > Exit uses the goQuitApplication command.

File > Close uses the CloseTabOrWindow command.

Both of these commands can be used to politely close the firefox.exe process. However, the latter command sometimes fails when there is a hidden window that's not responding correctly.
Origdogfish
Posts: 24
Joined: January 24th, 2019, 5:16 pm

Re: Why doesn't Firefox close..?

Post by Origdogfish »

Thanks for the tips morat...

I have been using Ctrl-Shift-Q every once in awhile and it seems to work well. You need to have a Firefox window open and active and it will close all Firefox windows.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Why doesn't Firefox close..?

Post by therube »

Note that FF is multi-process.
So when FF is running, it is expect to have many (or many many) different (FF) processes listed in TM.

If you have Quit FF, & if FF still remains in memory - as a (hung) Process, but you are at that point unable to interact with it, that is a different situation (& one that is not expected to occur).
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Post Reply