3
1
Purpose
Because of my somewhat excessive use of tabs—which often contain PDFs'—I use 64-bit builds of Firefox. It has now gotten to a point where I want to use different profiles; one for my research the other for my day-to-day stuff.
Attempt
- Created a new profile called:
Research
, by running Firefox with the-P
CLI arg. - Quit Firefox
- Created two shortcuts following the official documentation; linked to:
[path to firefox]\firefox.exe -no-remote -P "Research"
[path to firefox]\firefox.exe -no-remote -P "default"
- Opened each shortcut
Result
Only the fast profile clicked loaded; opening the second shortcut just opens a new Window in the previous profile. Same happens if I open them with inverse order.
Troubleshooting
I tried linking the shortcuts to different Firefox binaries (i.e.: HTguard, Waterfox, Cyberfox) to no avail.
How do I get multiple profiles to work side-by-side; on Windows 8?
What about creating a script just with "[path to firefox]\firefox.exe -no-remote" and then lanching the script with the "run as..." option to choose the user/profile? – jap1968 – 2013-01-04T16:46:20.640
More streamlined + efficient to just use these shortcuts. – A T – 2013-01-04T16:47:36.323
I agree, this is to point a different alternative just to see if this way you achieve to get the application running as you want. – jap1968 – 2013-01-04T16:51:19.647
Just a comment that MozillaZine is written by user volunteers; it's not official. – Wk_of_Angmar – 2013-01-04T23:42:50.117
The above should have worked. Did you make sure that you made no typos/correct profile name (capitals)? – Wk_of_Angmar – 2013-01-04T23:43:56.700