Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

The -profile command line switch is not passed to the windows 7 jumplist properly.

  • 4 תגובות
  • 2 have this problem
  • 182 views
  • תגובה אחרונה מאת bat38

I start Firefox with a shortcut like this one: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -no-remote -profile SomeProfileButNotTheDefaultOne -win7appid SomeUniqueAppId".

When pinning to the Windows 7 taskbar, the jumplist items "New Tab" and "New Window" ignore the given command line parameter -profile and open a new tab or window with the default profile instead of the given one.

The program itself handles the parameters correctly; alas, the jumplist entries do not. Is there any way to convince the jumplist to use the given command line parameters as well?

I start Firefox with a shortcut like this one: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe -no-remote -profile SomeProfileButNotTheDefaultOne -win7appid SomeUniqueAppId". When pinning to the Windows 7 taskbar, the jumplist items "New Tab" and "New Window" ignore the given command line parameter -profile and open a new tab or window with the default profile instead of the given one. The program itself handles the parameters correctly; alas, the jumplist entries do not. Is there any way to convince the jumplist to use the given command line parameters as well?

פתרון נבחר

hello, you might want to file a bug report for the issue at https://bugzilla.mozilla.org.

Read this answer in context 👍 1

כל התגובות (4)

פתרון נבחר

hello, you might want to file a bug report for the issue at https://bugzilla.mozilla.org.

Try using a capital P, as in -Profile.Or use just -P

Issue is now filed as Bug 763135. (https://bugzilla.mozilla.org/show_bug.cgi?id=763135)

השתנתה ב־ על־ידי cor-el

As I said: "The program itself handles the parameters correctly." -profile (lowercase) itself works fine. Apperently the jumplist ignores any command line parameter but starts a new process with the "-browser" parameter.