Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Don't resume downloads upon crash

  • 2 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 2 gösterim
  • Son yanıtı yazan: jamie123help

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!

Tüm Yanıtlar (2)

more options

Maybe consider to start Firefox in Private Browsing mode.

more options

Thanks. Will try that and see what happens.