This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

সহায়তা খুঁজুন

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.

আরও জানুন

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

  • 4 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 1 দেখুন
  • শেষ জবাব দ্বারা 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 দ্বারা পরিমিত

সমাধান চয়ন করুন

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:

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 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 দ্বারা পরিমিত

more options

চয়ন করা সমাধান

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 দ্বারা পরিমিত

more options

@Chrispa76:

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

@dmcritchie:

Great Info.

Thanks.

ral দ্বারা পরিমিত

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