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

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

Learn More

Trying to setup a group policy to force auto detect proxy setting on multiple machines on our network

  • 2 απαντήσεις
  • 3 έχουν αυτό το πρόβλημα
  • 17 προβολές
  • Τελευταία απάντηση από ahmed_academy

more options

We have the proxy configured on our computers to use a pac file, now we need to remove the pac and set it to auto detect proxy on our network. Do you have a adm file that works with 7.0.1 or another way to push this out on multiple pc's.

We have the proxy configured on our computers to use a pac file, now we need to remove the pac and set it to auto detect proxy on our network. Do you have a adm file that works with 7.0.1 or another way to push this out on multiple pc's.

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

more options

You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref();         // set pref, but allow changes in current session
lockPref();     // lock pref, disallow changes
more options

how to publish that through windows group policy for 200 clients