Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Firefox default browser profile

41 views
Skip to first unread message

Bob K.

unread,
Jun 22, 2006, 11:17:27 PM6/22/06
to
I have Firefox set as my default browser but I would also like to set which
of my multiple profiles to open it with as a default. Right now it opens
the last profile used.

I am not talking about setting a shortcut target using firefox.exe -p
ProfileName. I am asking about setting the Windows default browser to
Firefox with a specific profile.

»Q«

unread,
Jun 23, 2006, 12:00:03 AM6/23/06
to
"Bob K." <bo...@aol.com> wrote in
<news:7q6dnadqHuDawAbZ...@mozilla.org>:

> I am not talking about setting a shortcut target using firefox.exe
> -p ProfileName. I am asking about setting the Windows default
> browser to Firefox with a specific profile.

I did it by editing [HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command]

That's probably not safe on a multi-user machine.

--
»Q«

Splibbilla

unread,
Jun 23, 2006, 2:34:47 AM6/23/06
to
»Q« <box...@gmx.net> in news:MrQ97EAE9FA2...@QsFQDN.dyndns.org:


does the value get wiped out when later full install? (if so, can follow install by re-merging your value, i suppose)

also, would a win shortcut
..\firefox.exe -p anotherProfile
"overcome" that default profile? seems it wouldn't


--
Blennies Happen

Chris Ilias

unread,
Jun 23, 2006, 3:01:23 AM6/23/06
to
_Splibbilla_ spoke thusly on 23/06/2006 2:34 AM:

> also, would a win shortcut
> ..\firefox.exe -p anotherProfile
> "overcome" that default profile? seems it wouldn't

Creating a shortcut to a profile other than the default or that
specified in the registry, will start Firefox in that non-default
profile, but will not change the registry setting, or the default.
--
Chris Ilias
mozilla.test.multimedia moderator
Mozilla links <http://ilias.ca>
(Please do not email me tech support questions)

»Q«

unread,
Jun 23, 2006, 12:36:26 PM6/23/06
to
Splibbilla <Splib...@Splib.bit.blip.blop> wrote in
<news:Xns97EAF...@216.196.97.169>:

> »Q« <box...@gmx.net> in
> news:MrQ97EAE9FA2...@QsFQDN.dyndns.org:
>
>> "Bob K." <bo...@aol.com> wrote in
>> <news:7q6dnadqHuDawAbZ...@mozilla.org>:
>>
>>> I am not talking about setting a shortcut target using
>>> firefox.exe -p ProfileName. I am asking about setting the
>>> Windows default browser to Firefox with a specific profile.
>>
>> I did it by editing
>> [HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command]
>>
>> That's probably not safe on a multi-user machine.
>
> does the value get wiped out when later full install?

I don't know -- I haven't done a full install since changing it. I'd
guess it does get re-set.

> (if so, can follow install by re-merging your value, i suppose)

Yeah, that should work.

> also, would a win shortcut
> ..\firefox.exe -p anotherProfile
> "overcome" that default profile? seems it wouldn't

Shortcuts like that work fine, The default handler isn't called by
them.

--
»Q«

»Q«

unread,
Jun 24, 2006, 12:47:11 AM6/24/06
to
»Q« <box...@gmx.net> wrote in
»<news:MrQ97EAE9FA2...@QsFQDN.dyndns.org>:

More on this. Editing that key only works for opening local files
(which was all I wanted to do). The FirefoxHTML key isn't tied to any
protocols, just filetypes AFAICT. So editing that key will result in
opening .htm, .html, .xhtml, &c. files with the profile you want, but
not in opening http:// and https:// URLs with the profile you want.

The keys for that are

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\http\shell\open\command]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\https\shell\open\command]

Again, I don't think those are safe to modify on a multi-user machine.
(It may be possible, even better, to add analagous keys in
HKEY_CURRENT_USER, but I haven't tried it. You might want to ask about
it in a WinXP group.)

Changing those two key above results in Firefox warning me that it's
not set as the default browser. I guess checking 'yes' to make it the
default would change them back.

--
»Q«

Bob K.

unread,
Jun 24, 2006, 6:29:38 PM6/24/06
to
»Q« <box...@gmx.net> wrote in
news:MrQ97EBF1F7D...@QsFQDN.dyndns.org:

It sure does change them back. So, I guess so far no solution to
accomplish what I want. Maybe there is some setting in Firefox that
controls the entry to the registry in making Firefox the default browser
so it doesn't change it back. BTW, doing this, if I can, is not a
multiuser issue, the profiles are all mine. I use other profiles to
privatize my data by hiding some profiles with Magic Folders. Works great.

Bob K.

unread,
Jun 24, 2006, 7:31:31 PM6/24/06
to
»Q« <box...@gmx.net> wrote in
news:MrQ97EBF1F7D...@QsFQDN.dyndns.org:

Acceptable workaround found... Opening firefox with a shortcut with -p
Name switch does not change the profile manager default selection. So I
added a shortcut to open my alternate profile instead of going through
profile manager.

»Q«

unread,
Jun 24, 2006, 7:35:27 PM6/24/06
to
"Bob K." <bo...@aol.com> wrote in
<news:3ICdnfaGobFPIQDZ...@mozilla.org>:

>> Changing those two key above results in Firefox warning me that
>> it's not set as the default browser. I guess checking 'yes' to
>> make it the default would change them back.
>>
> It sure does change them back. So, I guess so far no solution to
> accomplish what I want. Maybe there is some setting in Firefox
> that controls the entry to the registry in making Firefox the
> default browser so it doesn't change it back.

Unless you're worried about your default browser being changed without
you knowing about it, I'd make the registry changes and then just tell
Firefox not to check at startup to see if it's the default browser. It
won't change them back unless you tell it to.

> BTW, doing this, if I can, is not a multiuser issue, the profiles
> are all mine. I use other profiles to privatize my data by hiding
> some profiles with Magic Folders. Works great.

I think the problem would come if there were another logon identity for
the computer. When the other user ran Firefox, it wouldn't have access
to your profile directory. If there's only one logon, it should be ok.

--
»Q«

gwtc

unread,
Jun 25, 2006, 2:10:07 AM6/25/06
to
Bob K. wrote:
>>
>>>"Bob K." <bo...@aol.com> wrote in
>>><news:7q6dnadqHuDawAbZ...@mozilla.org>:
>>>
>>>
>>>>I am not talking about setting a shortcut target using
>>>>firefox.exe -p ProfileName. I am asking about setting the Windows
>>>>default browser to Firefox with a specific profile.
>>>
> Acceptable workaround found... Opening firefox with a shortcut with -p
> Name switch does not change the profile manager default selection. So I
> added a shortcut to open my alternate profile instead of going through
> profile manager.
I'm confused. Didn't you say you didn't want that: "I am not talking
about setting a shortcut target using firefox.exe -p ProfileName."

--
Before and After Children

BEFORE Children: I was thankful for a warm, cozy home to share with my
loved ones.

AFTER Children: I am thankful for the lock on the bathroom door.

Enrico De Simone

unread,
Jun 28, 2006, 12:19:16 PM6/28/06
to
no modem
"gwtc" <TheNe...@0a6e65747363617065.net> ha scritto nel messaggio
news:Mb6dnWegdeGatQPZ...@mozilla.org...

Enrico De Simone

unread,
Jun 28, 2006, 12:23:07 PM6/28/06
to
si

"gwtc" <TheNe...@0a6e65747363617065.net> ha scritto nel messaggio
news:Mb6dnWegdeGatQPZ...@mozilla.org...
0 new messages