Skip to main content
December 10, 2025
Question

Globally Apply setting to turn off Always OPen PDFs Saved From the Web

  • December 10, 2025
  • 1 reply
  • 886 views

I can't believe in almost 2026 I have to ask this.  Is there not an updated/new version of ADMx to be used in GPO to control settings for Adobe Acrobat Reader DC?  In this particular instance, I am looking at managing Menu>Preferences>General>Always Open PDFs saved from the web.  By default this is on.  We are finding that even when in a Corporate environment and settings are set via GPO preventing Edge or Chrome from opening within browser itself and we have a paid PDF writer software set as default that will open PDF, when clicked on from download within browser Adobe Reader also opens.  Traced it back to this exact option.  I would like to globally set this so it would be off.  

 

Did some research, seems that registry entry of  bBrowserIntegration  is debricated as of version 11, which is this exact option.  How is everyone handling control of Adobe reader in your buisiness environment?

1 reply

Amal.
Legend
December 10, 2025

Hi there 

 

Hope you are doing well and sorry for the trouble. 

 

There is no new/updated official Adobe ADMX that fully controls Acrobat Reader DC settings like General → “Always open PDFs saved from the web.”


The old registry key (bBrowserIntegration) is deprecated and no longer reliable. Most companies manage Reader/Acrobat using a combination of:

- Browser policies (Chrome/Edge)

- Adobe enterprise registry/policy keys

- Custom packaging (Customization Wizard)

- Community-made ADMX/Intune templates

Adobe removed/deprecated the old browser-integration registry switch.
So the “Always open PDFs saved from the web” option no longer maps cleanly to a single registry key.

Browsers override Reader settings.
If Chrome or Edge decides to open or download the PDF, Adobe Reader cannot override that behavior.

 

Please try the steps below and see if that works:

1. Control PDF behavior from the Browser (most reliable method)

Microsoft Edge

Use the enterprise policy:

AlwaysOpenPdfExternally = Enabled

This forces Edge to send PDFs to the default system PDF app instead of opening them internally.


Google Chrome

Use the Chrome enterprise settings:

Download PDF files instead of opening them in Chrome

Or Always open PDFs externally

These can be enforced by GPO/Intune.

2. Adobe-side configuration (limited control)

You can still use Adobe Customization Wizard during deployment

Configure registry policies under:
HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\DC\...

But Adobe does not provide a working policy for the “Always open PDFs saved from the web” option anymore.


This is why browser-level policies are essential.

 

Hope this information will help.

 

~Amal

DRkTmPESTAuthor
December 10, 2025

Hello, thanks for the reply.

 

Both Chrome and Edge are configured correctly with Enterprise policies.  They are set to open externally, which causes the PDF to download.  The issue arises ONLY with ANY browser, even if it is configured correctly.  If I open PDF via Windows and download folder, default PDF program opens it.  If I click on the downloaded PDF from the browser download folder (while still in browser) it opens the default  PDF program AND adobe Acrobat Reader.   This only occurs when that option in reader is on.  When I uncheck it it does not open in reader, so I can confirm that Acrobat Reader DC is definitely detecting it as "open in web" while it is open in web download folder from within the browsers.

 

As for the Enterprise custom packaging via the MSI using Acrobat Customization Wizard, there  is no option that I can find anywhere to custom turn that option off.

Amal.
Legend
December 11, 2025

Hi there,

Thanks for the detailed explanation — that really helps understand what’s happening.

What you’re seeing is actually expected behavior when “Always open PDFs saved from the web” is enabled in Acrobat Reader DC. Even if the browser is configured to open PDFs externally, Reader still recognizes the file as having originated from a web download when it’s launched directly from the browser’s download shelf. That’s why the file opens both in the system default PDF app and in Acrobat Reader.

Since you’ve confirmed that unchecking the option in Reader stops the duplicate launch, the behavior is definitely tied to that setting.

About managing it with GPO / Customization Wizard

You’re correct — at the moment, there is no ADMX or Customization Wizard setting that controls or disables this specific preference. The existing Reader DC GPO templates do not expose this option, and Adobe hasn’t released an updated policy pack that includes it.

What you can do for now is manually disable the setting on deployed machines.


If this is important for your environment, I would recommend submitting a feature request through the Adobe Enterprise Support portal/Admin Console for GPO/ADMX control of this specific setting. The more requests it gets, the more likely it is to be added in a future policy update.

 

~Amal