Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How to set a default firefox homepage on client workstations on a network with a server running windows 2003 server?

  • 1 답장
  • 4 이 문제를 만남
  • 2 보기
  • 최종 답변자: cor-el

more options

I am running a small client server network with about 27 client machines and windows server 2003 is the server OS. I want the default webpage on firefox to display our department homepage when users log on. I have set IE7 already in the groups policy in the ISS section but this only affects IE7. Any idea how I can do this with Firefox?

I am running a small client server network with about 27 client machines and windows server 2003 is the server OS. I want the default webpage on firefox to display our department homepage when users log on. I have set IE7 already in the groups policy in the ISS section but this only affects IE7. Any idea how I can do this with Firefox?

모든 댓글 (1)

more options

You can set or lock default prefs via a mozilla.cfg file.

Pref: browser.startup.homepage , see http://kb.mozillazine.org/browser.startup.homepage

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

See http://kb.mozillazine.org/Locking_preferences