Deployment Guide

Windows Group Policy Deployment

Windows Chrome Edge Firefox

Deploy and configure Ghostery across your Windows domain using Active Directory Group Policy Objects (GPO). This guide covers force installation and managed configuration for Chrome, Edge, and Firefox browsers.

Prerequisites

  • Windows Server with Active Directory Domain Services
  • Group Policy Management Console (GPMC)
  • Administrative access to create/edit GPOs
  • Browser-specific ADMX templates installed

ADMX Templates

Before configuring browser extension policies, you need the appropriate ADMX administrative templates installed on your domain controller or local machine.

Download Links

Browser ADMX Templates
Google Chrome Chrome Enterprise Bundle
Microsoft Edge Microsoft Edge for Business
Mozilla Firefox Mozilla Policy Templates

Installing ADMX Templates

  1. Download the template package for your target browser from the links above.
  2. Extract the ADMX files from the downloaded package.
  3. Copy files to PolicyDefinitions:
    • Domain-wide: \\domain\SYSVOL\domain\Policies\PolicyDefinitions\
    • Local machine: C:\Windows\PolicyDefinitions\
  4. Copy language files (ADML) to the appropriate language subfolder (e.g., en-US).

Deploy to Google Chrome

Force Install the Extension

  1. Open Group Policy Management and create or edit a GPO linked to your target OU.
  2. Navigate to:
    Computer Configuration → Administrative Templates → Google → Google Chrome → Extensions
  3. Enable "Configure the list of force-installed apps and extensions"
  4. Add the following entry:
    mlomiejdfkolichcflejclcbmpeaniij;https://clients2.google.com/service/update2/crx

Configure Extension Settings

To configure Ghostery behavior (disable onboarding, lock settings, etc.), add registry entries under:

HKLM\Software\Policies\Google\Chrome\3rdparty\extensions\mlomiejdfkolichcflejclcbmpeaniij\policy

Add the following registry values:

Name Type Value
disableOnboarding REG_DWORD 1
disableUserControl REG_DWORD 1

Tip: Use a GPO Preferences Registry item to deploy these values across your domain.

Deploy to Microsoft Edge

Force Install the Extension

  1. Open Group Policy Management and create or edit a GPO linked to your target OU.
  2. Navigate to:
    Computer Configuration → Administrative Templates → Microsoft Edge → Extensions
  3. Enable "Control which extensions are installed silently"
  4. Add the following entry:
    fclbdkbhjlgkbpfldjodgjncejkkjcme;https://edge.microsoft.com/extensionwebstorebase/v1/crx

Configure Extension Settings

Configure Ghostery settings via registry under:

HKLM\Software\Policies\Microsoft\Edge\3rdparty\extensions\fclbdkbhjlgkbpfldjodgjncejkkjcme\policy

Use the same registry values as Chrome (see table above).

Deploy to Mozilla Firefox

Firefox extension deployment via GPO requires a different approach using managed storage manifests.

Force Install the Extension

  1. Open Group Policy Management and edit your GPO.
  2. Navigate to:
    Computer Configuration → Administrative Templates → Mozilla → Firefox → Extensions
  3. Enable "Extensions to Install"
  4. Add the Firefox Add-ons URL:
    https://addons.mozilla.org/firefox/downloads/latest/ghostery/latest.xpi

Configure Extension Settings

Firefox uses a JSON manifest file for managed storage. Create a file with the following content:

{
  "name": "firefox@ghostery.com",
  "description": "Ghostery managed configuration",
  "type": "storage",
  "data": {
    "disableOnboarding": true,
    "disableUserControl": true,
    "trustedDomains": ["your-company.com"]
  }
}
  1. Save this file to a network share accessible by all computers, e.g.:
    \\domain\NETLOGON\ghostery\ghostery-config.json
  2. Create a registry key pointing to this file:
    HKLM\SOFTWARE\Mozilla\ManagedStorage\firefox@ghostery.com
    Set the (Default) value to the full path of your JSON file.

Verify Deployment

After applying the GPO and running gpupdate /force on target machines:

Chrome

Navigate to chrome://policy and verify the extension appears in the ExtensionInstallForcelist.

Edge

Navigate to edge://policy and verify the extension appears in the force-install list.

Firefox

Navigate to about:policies and verify the extension is listed under Extensions.

Need Help?

Our enterprise support team is ready to assist with your deployment.

Contact Enterprise Support