We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how can i remove the jump list (with "frequent", "tasks") that comes with firefox shortcut in the start menu?

  • 2 replies
  • 13 have this problem
  • 3 views
  • Last reply by Andrew

more options

im using windows 7. when i tried adding a firefox shortcut to the start menu (above the recently opened programs) it added some kind of a side menu that stores the frequent sites i visited, and have some "tasks". i dont want it and i want to remove it. plz help.

im using windows 7. when i tried adding a firefox shortcut to the start menu (above the recently opened programs) it added some kind of a side menu that stores the frequent sites i visited, and have some "tasks". i dont want it and i want to remove it. plz help.

Chosen solution

Try to disable some browser.taskbar.*enable prefs on the about:config page.

browser.taskbar.lists.enabled;true
browser.taskbar.lists.frequent.enabled;true
browser.taskbar.lists.maxListItemCount;7
browser.taskbar.lists.recent.enabled;false
browser.taskbar.lists.tasks.enabled;true
browser.taskbar.previews.enable : Tools > Options > Tabs > "Show tab previews in the Windows taskbar"

To open the about:config page, type about:config in the location (address) bar and press the "Enter" key, just like you type the url of a website to open a website.
If you see a warning then you can confirm that you want to access that page.

  • Use the Filter bar at to top of the about:config page to locate a preference more easily.
  • Preferences that have been modified show as bold (user set).
  • Preferences can be reset to the default via the right-click context menu if they are user set
  • Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)
Read this answer in context 👍 6

All Replies (2)

more options

Chosen Solution

Try to disable some browser.taskbar.*enable prefs on the about:config page.

browser.taskbar.lists.enabled;true
browser.taskbar.lists.frequent.enabled;true
browser.taskbar.lists.maxListItemCount;7
browser.taskbar.lists.recent.enabled;false
browser.taskbar.lists.tasks.enabled;true
browser.taskbar.previews.enable : Tools > Options > Tabs > "Show tab previews in the Windows taskbar"

To open the about:config page, type about:config in the location (address) bar and press the "Enter" key, just like you type the url of a website to open a website.
If you see a warning then you can confirm that you want to access that page.

  • Use the Filter bar at to top of the about:config page to locate a preference more easily.
  • Preferences that have been modified show as bold (user set).
  • Preferences can be reset to the default via the right-click context menu if they are user set
  • Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)
more options

Thanks, this worked for me to remove task list: Change "browser.taskbar.lists.tasks.enabled;true" To: "browser.taskbar.lists.tasks.enabled;false" as above