![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Don't resume downloads upon crash
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)
Maybe consider to start Firefox in Private Browsing mode.
Thanks. Will try that and see what happens.