Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

how to deploy firefox with automatic updates disabled

  • 1 trả lời
  • 5 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I deploy fire fox via sccm in my environment. i used to be able to update the firefox.js file to disable auto updates.

How is this now done n firefox 4

I deploy fire fox via sccm in my environment. i used to be able to update the firefox.js file to disable auto updates. How is this now done n firefox 4

Tất cả các câu trả lời (1)

more options

You can use a mozilla.cfg file to lock prefs or specify default values.
You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref(); // set pref, but allow changes
lockPref();  // lock pref, disallow changes


See: