This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Don't resume downloads upon crash

more options

Hi,

I am running firefox from a windows batch script which downloads a file and after a specified time kills firefox using 'taskkill /F /im firefox.exe /T'.

Upon being killed, when I restart firefox from the script again, I do not want it to resume the download which is had been downloading before. I am running the following settings:

browser.download.manager.quitBehavior 2 browser.sessionstore.resumt_from_crash false.

Even though I have these settings, I seem to have no effect of these. The download automatically resumes each time. Am I missing something here??

Thanks!

Hi, I am running firefox from a windows batch script which downloads a file and after a specified time kills firefox using 'taskkill /F /im firefox.exe /T'. Upon being killed, when I restart firefox from the script again, I do not want it to resume the download which is had been downloading before. I am running the following settings: browser.download.manager.quitBehavior 2 browser.sessionstore.resumt_from_crash false. Even though I have these settings, I seem to have no effect of these. The download automatically resumes each time. Am I missing something here?? Thanks!

All Replies (2)

more options

Maybe consider to start Firefox in Private Browsing mode.

more options

Thanks. Will try that and see what happens.