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);