Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Setting a shortcut to open a webpage in a specific profile

  • 1 réponse
  • 1 a ce problème
  • 12 vues
  • Dernière réponse par FredMcD

more options

Can i know how can we can setup a shortcut to open a webpage using a specific profile as web shortcuts like in chrome

Can i know how can we can setup a shortcut to open a webpage using a specific profile as web shortcuts like in chrome

Toutes les réponses (1)

more options

Example: C:\PROGRA~1\MOZILL~1\firefox.exe -P Firefox_v_57 mozilla.org


https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options

Command Line Options - Mozilla

Example Usage: C:\PROGRA~1\MOZILL~1\firefox.exe [ options ... ] [URL] . where options include: C:\PROGRA~1\MOZILL~1\firefox.exe -no-remote -new-instance -new-window -P Firefox_v_57

.
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
.
Usage: C:\PROGRA~1\MOZILL~1\firefox.exe [ options ... ] [URL]
      where options include:
.
 -h or -help        Print this message.
 -v or -version     Print Firefox version.
 -P <profile>       Start with <profile>.
 -migration         Start with migration wizard.
 -ProfileManager    Start with ProfileManager.
 -no-remote         Do not accept or send remote commands; implies -new-instance.
 -new-instance      Open new instance, not a new window in running instance.
 -UILocale <locale> Start with <locale> resources as UI Locale.
 -safe-mode         Disables extensions and themes for this session.
 -console           Start Firefox with a debugging console.
 -jsconsole         Open the Error console.
 -browser           Open a browser window.
 -new-window  <url> Open <url> in a new window.
 -new-tab     <url> Open <url> in a new tab.
 -preferences       Open Options dialog.
 -search     <term> Search <term> with your default search engine.
 -setDefaultBrowser Set this app as the default browser.