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!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 4 respostas
  • 1 has this problem
  • 7 views
  • Last reply by 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

ral modificouno o

Chosen solution

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:

Ler a resposta no contexto 👍 0

All Replies (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.

Chrispa76 modificouno o

more options

Chosen Solution

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:

David McRitchie modificouno o

more options

@Chrispa76:

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

@dmcritchie:

Great Info.

Thanks.

ral modificouno o

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);