Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

I want to disable the automatic updates for Firefox 5 on Windows 7 for all users.

  • 1 απάντηση
  • 13 έχουν αυτό το πρόβλημα
  • 8 προβολές
  • Τελευταία απάντηση από dt23875

more options

I am looking for instructions on how I can disable the automatic updates on FireFox 5 for all users on Windows 7 because we use a pool of testing VMs, that multiple people log-on to and it creates a new user profile for each person. We need consistency on the version of Firefox and the way our testers are testing.

I am looking for instructions on how I can disable the automatic updates on FireFox 5 for all users on Windows 7 because we use a pool of testing VMs, that multiple people log-on to and it creates a new user profile for each person. We need consistency on the version of Firefox and the way our testers are testing.

Τροποποιήθηκε στις από το χρήστη dt23875

Όλες οι απαντήσεις (1)

more options

Modified the following file "c:\Program Files (x86)\Mozilla Firefox\defaults\pref\channel-prefs.js" to contain the following.

pref("app.update.enabled", false); pref("extensions.update.enabled", false);

Those boxes are de-selected on the parent now.