Profile manager
I can't open Profile manager a windows of firefox appears when i trying to do that , COde : firefox -P "C:\Program Files\Mozilla Firefox\firefox.exe" -no-remote -p , There 2 many of 'em non Working
I hope sm1 help me
Todas las respuestas (1)
Hi, try one of the following :
- "C:\Program Files\Mozilla Firefox\firefox.exe" -ProfileManager
- firefox.exe -ProfileManager
- firefox -ProfileManager
why you want to use also the -no-remote command ? (allows multiple copies of application to be open at a time.)
if you want to start with specific profile then :
- firefox -P "your profile name"
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
thank you