Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

搜尋 Mozilla 技術支援網站

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

了解更多

Default profiles for FF 69 and FF 52

  • 4 回覆
  • 2 有這個問題
  • 4 次檢視
  • 最近回覆由 Yaron

more options

Is it possible to set two *different* default profiles for FF 69 and FF 52 (without using -p path)?

Thank you.

Is it possible to set two *different* default profiles for FF 69 and FF 52 (without using -p path)? Thank you.

由 Yaron 於 修改

所有回覆 (4)

more options

Firefox 52 will use the profile that is marked as Default=1 in profiles.ini or the profile you specify with the "-P <profile-name>" command line switch in a desktop shortcut.

Firefox 67 and later can use a dedicated profile and lock this profile against other Firefox installations.

Firefox 52 ESR and 60 ESR do not support this profile lock (you need Firefox 67 or later). I don't know whether Firefox 69 modifies profiles.ini and changes the Default profile setting in some cases. The most problematic is what happens if you open external links in Firefox (default browser and default profile). If Firefox 52 is the default browser then it uses the Default=1 profile without warning. Firefox 69 is smart enough to find and use its own dedicated profile.

more options

Hello cor-el,

Thanks for replying.

Do you know where "C:\Users\---\AppData\Roaming\Mozilla\Firefox" is set in FF 52 source code?

Or perhaps a Registry tweak?

more options

This isn't specifically coded in Firefox. This is done by calling Windows Shell functions to get known folder IDs with a possible fallback to the Windows registry. See GetWindowsFolder (#101) and GetRegWindowsAppDataFolder (#179)


Vista and later support SHGetKnownFolderPath directly.

more options

cor-el,

Thank you very much for the detailed and helpful reply. I do appreciate that.

I was hoping it would be at the JS level (I've never built FF).