Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Don't resume downloads upon crash

  • 2 përgjigje
  • 2 e kanë hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga 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!

Krejt Përgjigjet (2)

more options

Maybe consider to start Firefox in Private Browsing mode.

more options

Thanks. Will try that and see what happens.