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

Ďalšie informácie

How can I determine which profile Firefox 3 is currently using?

  • 4 odpovede
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od cor-el

more options

I have 4 profiles in my C:\Documents and Settings\ral\Application Data\Mozilla\Firefox\Profiles\ folder. I think Firefox opens with eepi9w6m.b117. How can I find out?

I could use C:\Program Files\Mozilla Firefox\firefox.exe" -ProfileManager if I knew how to make it prompt - howto uncheck the "open without asking" box without being able to open the dialog that contains it.

Tag: profile, current profile

I have 4 profiles in my C:\Documents and Settings\ral\Application Data\Mozilla\Firefox\Profiles\ folder. I think Firefox opens with eepi9w6m.b117. How can I find out? I could use C:\Program Files\Mozilla Firefox\firefox.exe" -ProfileManager if I knew how to make it prompt - howto uncheck the "open without asking" box without being able to open the dialog that contains it. Tag: profile, current profile

Upravil(a) ral dňa

Vybrané riešenie

To find which Profile you are using' ...

  • Help -> Trouble Shooting Information -> "Open Containing Folder"
  • or direct by typing about:support then "Open Containing Folder"

The filename of the folder contains the Profile Name

One directory up from your current profile are all of your profile folders

Additional References:

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (4)

more options

Start > Run Type "firefox -P" (without quotations) and hit enter.

That brings up the prompt to choose what profile to use this session.

NOTE, for me this only works if all windows of firefox is completely shut down before I start it with firefox -P. I don't know if that's how it should be or not.

Upravil(a) Chrispa76 dňa

more options

Vybrané riešenie

To find which Profile you are using' ...

  • Help -> Trouble Shooting Information -> "Open Containing Folder"
  • or direct by typing about:support then "Open Containing Folder"

The filename of the folder contains the Profile Name

One directory up from your current profile are all of your profile folders

Additional References:

Upravil(a) David McRitchie dňa

more options

@Chrispa76:

Yes, I forgot the need to close Firefox. Dumb mistake.

@dmcritchie:

Great Info.

Thanks.

Upravil(a) ral dňa

more options

Copy and Paste this code in the Code field in the "Tools > Error Console" and click the Evaluate button to see the location of the profile folder.

alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);