- Solved
- Archived
setting browser.taskbar.lists.tasks.enabled in prefs.js
if I open the browser and in about:config set browser.taskbar.lists.tasks.enabled to false it works and disables the task list in the task bar. if i edit the prefs.js I… (read more)
if I open the browser and in about:config set browser.taskbar.lists.tasks.enabled to false
it works and disables the task list in the task bar.
if i edit the prefs.js I find that the following option
user_pref("browser.taskbar.lists.tasks.enabled", false);
if I set to true and start the browser again the task list is still hidden
user_pref("browser.taskbar.lists.tasks.enabled", true);
So the only way to get it back is to toggle it from about:config. So putting the task list back and editing the prefs.js to add
user_pref("browser.taskbar.lists.tasks.enabled", false);
doesnt turn off the tasklist either
So the task list is not dependent on the prefs.js at all? It seems to only toggle when done from about:config...
in fact if I delete the prefs.js altogether and it still remembers the task bar setting. So where is this particular setting made in windows? Is it in registry or somewhere else in windows