לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

How can I have proxy settings stay for multiple users on an educational network?

  • 1 תגובה
  • 3 have this problem
  • 1 view
  • תגובה אחרונה מאת cor-el

more options

Hi,

I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help.

Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time)

Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users.

Thanks

Hi, I want to be able to have mutlple users log onto machines and haave proxy settings already set in preferences. I have tried by copying the Mozilla folder in to the All users location and does not help. Each user logs onto a computer with a mandatory or Roaming account depending on account security. Settings for firefox are picked up from their Documents and settings folder when they log on (It is created when they log on for the first time) Is there a way to pull across proxy settings for a new user? Ussually it would be a case of just sticking it in All Users. Thanks

כל התגובות (1)

more options

A possibility is to create a file user.js and place that file in the default template location (defaults\pref) in the Firefox program folder. If you don't want users to change the proxy (connection) settings then you can also lock the prefs or set a different default value.

See http://kb.mozillazine.org/Locking_preferences --- You can use these calls in mozilla.cfg to set or lock a pref: defaultPref(); // set new default value pref(); // set pref, but allow changes lockPref(); // lock pref, disallow changes

http://kb.mozillazine.org/network.proxy.type http://kb.mozillazine.org/network.proxy.%28protocol%29 http://kb.mozillazine.org/network.proxy.%28protocol%29_port