Windows 10 bereikte EO (einde ondersteuning) op 14 oktober 2025. Als je Windows 10 gebruikt, lees dan dit artikel.

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Deploy default profile with userChrome.css to new users

  • 1 antwoord
  • 0 hebben dit probleem
  • 164 weergaven
  • Laatste antwoord van Mike Kaply
  • Opgelost

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.

Gekozen oplossing

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.

Dit antwoord in context lezen 👍 1

Alle antwoorden (1)

Gekozen oplossing

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.