disable "display pdf in browser" group policy settings

  • Thread starter Thread starter matthew.narvaez
  • Start date Start date
M

matthew.narvaez

Hey,
I need to uncheck "display PDF in browser" in acrobat 6 standard for
about 400 users. Is there a way to do this trough group policy or a
script? If anyone has any input for me please let me know.

Thanks,

Matt
 
This should allow you to get a download dialog box and never open a pdf file
in IE again.

Go to >>
C:\Program Files\Adobe\Acrobat 6.0\Reader\Plug_ins
and move the EWH32.api file up into the Optional folder.

Of course for 400 users you may need to write a bat file (script) to just
delete EWH32.api from
%ProgramFiles%\Adobe\Acrobat 6.0\Reader\Plug_ins

Or a bat file (script) to move EWH32.api from
%ProgramFiles%\Adobe\Acrobat 6.0\Reader\Plug_ins
to
%ProgramFiles%\Adobe\Acrobat 6.0\Reader\Optional

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Unfortunately it did not work. I'm using DotNetNuke for my intranet
and all I am doing is calling a PDF file. Any other ideas?
 
Group Policy...

Computer Configuration\Administrative Templates\Windows Components\Internet
Explorer\Security Features\Add-on Management

User Configuration\Administrative Templates\Windows Components\Internet
Explorer\Security Features\Add-on Management

The CLSID for Adobe Acrobat ActiveX Control is:
{CA8A9780-280D-11CF-A24D-444553540000} and the filename is pdf.ocx.

See...
Managing add-ons by using registry entries and Group Policy
here...
How to manage Internet Explorer add-ons in Windows XP Service Pack 2
http://support.microsoft.com/kb/883256

AddOn Management: Allow List
http://www.boyce.us/gp/gpcontent.asp?ID=728

AddOn Management: Deny List
http://www.boyce.us/gp/gpcontent.asp?ID=729

AddOn Management: Mode
http://www.boyce.us/gp/gpcontent.asp?ID=727

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top