Opening Mozilla Firefox, the going to Help, and About Firefox yields the following error: "Updates Disabled By Your System Administrator"
Found Mozilla.cfg file located in C:\Program Files\Mozilla Firefox
change security on the file so it will allow you to edit it.
Editing Mozilla.cfg with notepad shows:
//
lockPref("app.update.auto", false);
lockPref("app.update.enabled", false);
Changed this to:
//
lockPref("app.update.auto", true);
lockPref("app.update.enabled", true);
SOLVED: Firefox Error: Updates Disabled By Your System Administrator
Modified on: Wed, 5 Sep, 2018 1:29 PM
Yes No
Sorry we couldn't be helpful. Help us improve this article with your feedback.