Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Default profiles for FF 69 and FF 52

  • 4 odpovede
  • 2 majú tento problém
  • 1 zobrazenie
  • Posledná odpoveď od 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.

Upravil(a) Yaron dňa

Všetky odpovede (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).