I have two profiles. A and B
I have made shortcuts to start each profile as follows:
"C:\Program Files\Mozilla Firefox\firefox.exe" -p A
"C:\Program Files\Mozilla Firefox\firefox.exe" -p B
Also, I have set the profile B as default using ProfileManager
What I want to do is start another but the default profile, when I open a specific filetype.
The current association for the .html file is:
C:\Program Files\Mozilla Firefox\firefox.exe
and command line arguments as follows:
-requestPending -osint -url "%1"
This opens the specified url (from inside outlook for example) as the default firefox profile (B in my case). I want to open each .html extension using the A profile.
Mozilla, states that -p and -requestPending -osint cannot be used at the same time.
How do I open another profile for a specific filetype?