搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 1 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 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