Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How do I set the default download folder, while also retaining the ability to change the folder each download?

  • 5 réponses
  • 2 ont ce problème
  • 13 vues
  • Dernière réponse par gsfc12

more options

I have a downloads folder on a different drive than the Windows C drive, and most of the time I just want to download files to that folder. But often enough I need to send a download somewhere else.

But, when the "Always ask you where to save files" setting is chosen, the folder given in the "Save files to" setting is ignored. On every single site, the first download defaults to the downloads folder for my account on the C drive, and I have to change it to the other drive.

Is there any way to customize this? I just want Firefox to use the downloads folder on my other drive as the default, and still have the choice to choose another destination.

I have a downloads folder on a different drive than the Windows C drive, and most of the time I just want to download files to that folder. But often enough I need to send a download somewhere else. But, when the "Always ask you where to save files" setting is chosen, the folder given in the "Save files to" setting is ignored. On every single site, the first download defaults to the downloads folder for my account on the C drive, and I have to change it to the other drive. Is there any way to customize this? I just want Firefox to use the downloads folder on my other drive as the default, and still have the choice to choose another destination.

Toutes les réponses (5)

more options

I'm pretty interested if it is possible some way. I tried to change the default download path in prefs.js, in the registry (getadmx.com/HKLM/Software/Policies/Mozilla/Firefox), even if I change the windows default downloads folder location in the explorer, non of them work if the prompt for download location is set. It always starts in the username/Downloads folder.

more options

I think that you probably will have to lock the browser.download.lastDir pref using an autoconfig.cfg file to prevent Firefox from changing the pref to the last used path.

// first line is a comment line
lockPref("browser.download.lastDir", "<file-path>");

Note that on Windows you need to escape '\' as '\\' as you can see if you inspect the current value in prefs.js (about:config shows the actual path).

more options

Does not work for me. On the about:config page I can see my new location under browser.download.lastDir, and it is locked, but download window still pops up in the default download folder.

Same if I set any download parameters as group policy in the registry. It is set, locked, but download window pops up in the default download folder.

Modifié le par gsfc12

more options

Did you trey to lock the default download folder as well (browser.download.dir) ?

more options

Yes, I did. As soon as I set the browser.download.panel.shown to true, it's just not gonna use the folder I set.