Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

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

자세히 살펴보기

Deploy default profile with userChrome.css to new users

  • 1 답장
  • 0 이 문제를 만남
  • 21 보기
  • 최종 답변자: Mike Kaply

more options

Hello, Mozilla community.

I am trying to configure a Firefox ESR installation so that every new user on a computer automatically receives a visual customization (a logo change on about:home) through userChrome.css and userContent.css files.

My goal is to do this without using Group Policy (GPO) or logon scripts, by only modifying the files in the Firefox installation folder.

Environment:

Firefox Version: Firefox ESR 140.3.0esr

Operating System: Windows 11 Pro

Context: Standalone machine, managed without Active Directory.


My Question:

Is this method of deploying a default profile via installation files (defaults/profile or distribution.ini) still supported in recent versions of Firefox ESR?

Is there an additional step or configuration I am missing for Firefox to recognize and use the bundled profile when creating a user's first profile?

Is there any policy in policies.json that could be interfering or that is required to enable this behavior?

Thank you very much for your help and your time.

Hello, Mozilla community. I am trying to configure a Firefox ESR installation so that every new user on a computer automatically receives a visual customization (a logo change on about:home) through userChrome.css and userContent.css files. My goal is to do this without using Group Policy (GPO) or logon scripts, by only modifying the files in the Firefox installation folder. Environment: Firefox Version: Firefox ESR 140.3.0esr Operating System: Windows 11 Pro Context: Standalone machine, managed without Active Directory. My Question: Is this method of deploying a default profile via installation files (defaults/profile or distribution.ini) still supported in recent versions of Firefox ESR? Is there an additional step or configuration I am missing for Firefox to recognize and use the bundled profile when creating a user's first profile? Is there any policy in policies.json that could be interfering or that is required to enable this behavior? Thank you very much for your help and your time.

선택된 해결법

Unfortunately the copying of files from defaults/profile was removed.

I had written some custom code for the CCK2 back in the day that emulated it:

https://github.com/mkaply/cck2wizard/blob/0d8af5d71a91b1027b3ee0ee0fb05d45b7a21db2/cck2/modules/CCK2.jsm#L109

If you were willing to use Autoconfig, you could probably write something simple that copied a few files over.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (1)

more options

선택된 해결법

Unfortunately the copying of files from defaults/profile was removed.

I had written some custom code for the CCK2 back in the day that emulated it:

https://github.com/mkaply/cck2wizard/blob/0d8af5d71a91b1027b3ee0ee0fb05d45b7a21db2/cck2/modules/CCK2.jsm#L109

If you were willing to use Autoconfig, you could probably write something simple that copied a few files over.

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.