Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

Все ответы (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);