搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 5 回覆
  • 2 有這個問題
  • 18 次檢視
  • 最近回覆由 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.

所有回覆 (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.

由 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.