How to disable showing last opened with firefox files in windows 10 start panel?
How do I disable this function? In my browser settings I've disabled saving history and I set my browser to wipe all history on close. Also I've set my windows 10 settings not to store any history of latest opened files. No other programs don't show anythig like this.
Krejt Përgjigjet (1)
If you want to remove the items from the list and stop Firefox from adding those items, you need to change the browser.taskbar.lists.frequent.enabled
to false
using the Configuration Editor for Firefox (about:config
page).
If you want to stop Firefox from creating that list, do the following:
- Type
about:config
in the Firefox address bar to open the Configuration Editor for Firefox. - Bypass the security warning (we'll be careful).
- Find the
browser.taskbar.lists.frequent.enabled
preference. - Change the value to
false
. - Restart Firefox.
This should stop Firefox from adding things to that list and it should hide the list.
As a side note, if you want to hide the "Tasks" section (which has the "open new tab", "open private window", etc), you can do the same steps above for the browser.taskbar.lists.tasks.enabled
preference.
Hope this helps.