domingo, junho 06, 2010

Command line options to load multiple instances on firefox

Command line to load multiple instances of firefox independently.

First make sure you have more than one profile by running
"%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -p

no firefox should be load, the above command brings a profile manager window, make sure you create a new profile and save the name.

Second execute firefox with default profile and another with your new profile, as shown bellow

"%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -no-remote -p "temp"
"%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -no-remote -p "Default"

Nenhum comentário: