Skip to content

Instantly share code, notes, and snippets.

@poz2k4444
Last active June 18, 2016 00:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save poz2k4444/2d6858bd147c335f62f3 to your computer and use it in GitHub Desktop.
Save poz2k4444/2d6858bd147c335f62f3 to your computer and use it in GitHub Desktop.
LSD for ABP on IE and W7

Admin install Adblock Plus for Internet Explorer

A guide for the system-wide installation of the Adblock Plus extension for Internet Explorer under Microsoft Windows


Download the EXE/MSI installer

EXE Installer:

On the Adblock Plus for Internet Explorer download-page, one can right-click the "Install for Internet Explorer" button, select "Save target as..." and choose the destination to save the .exe file to.

Download page


MSI Installer:

These are the directs links for the MSI Installers for the latest version available (1.2) to the date of the creation of this document [14.11.2014]: 32 bits MSI installer 64 bits MSI installer

After that, the installation is pretty straightforward, one can open a command prompt as administrator and use the following command: msiexec.exe /qn /i \path\to\adblockplusie-1.X-xXX.msi

Where: /q: Unattended mode n: No User Interface /i: Installs or configures a product

Or just double click the installer and follow the instructions.

NOTE: "The EXE installer actually just bundles the x86 and x64 MSIs and runs the correct one based on whether you have a 32-bit or 64-bit system" (See forum thread)


Disable user confirmation

Although one could consider the installation complete by now, when starting Internet Explorer again it will ask for confirmation to enable the extension, this behavior can be prevented on the configuration following the next steps:

1. Open the "Run dialog box" with "Win+R" and write "gpedit.msc" This will open the Group Policy Editor:

Run dialog box

Group Policy Editor

  1. Now go to: Computer Configuration -> Administrative Templates -> Windows Components -> Internet Explorer

  2. In the right side panel, double-click on "Automatically activate newly installed add-ons" option and set it to Enabled.

Internet Explorer options

activate newly installed add-ons

You can see the option enabled after clicking on OK or applying the changes:

enter image description here

This approach it's intended to enable for default all installed extensions on Internet Explorer so the final user can't miss click on "Don't enable", that said, it also may represent a security risk since ALL extensions will be enabled by default.

@mjhennig
Copy link

Two questions:

  • Isn't it possible to only automatically activate ABP (naybe not with this policy but some other)?
  • What about *.MSI installers (people ask very often about them)?

@poz2k4444
Copy link
Author

@mjhennig: (1) There's no other way to do that, unless there is no other way that I know (2) Information added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment