Acrobat Reader XI addon gets disabled periodically in Internet Explorer within Windows domain

We have a followig problem that happens on new workstations with Windows 7 x64 and Acrobat Reader XI only.
Every few days (cca 3-30) the following key is automatically added to registry:
HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{CA8A9780-280D-11CF-A24D-444553540000}
This key has the effect that Acrobat Reader XI gets disabled in Internet Explorer add-ons. So when user opens PDF in IE (or SAP or other Windows software using IE), it is not opened within IE but in a new separate window.
Can you please suggest what can be the reason for this, like group policy etc.?

From here:
http://serverfault.com/a/666205/229754
I quote:
Assuming you have installed
Microsoft Window 7+ / Server 2008 R2+
Microsoft Internet Explorer 11+ (IE)
Adobe PDF Reader 11+ (Reader)
Microsoft System Center Endpoint Protection / Microsoft Malware Protection (MalwareProtection)
  the following seems to happen here: 
MalwareProtection registers a component named Microsoft Antimalware IOfficeAntiVirus implementation (MpOAv) for Extension Validation with IE.
IExtensionValidation interface
For Internet Explorer 11, specifies an interface the anti-malware vendors can implement. Vendors that register support for this interface may be called by IE11 to validate that an ActiveX control is safe to instantiate.
MpOAv registers as a CLSID of {2781761E-28E1-4109-99FE-B9D127C57AFE}.
[HKLM\SOFTWARE\Microsoft\Internet Explorer\Extension Validation\{2781761E-28E1-4109-99FE-B9D127C57AFE}] [HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Extension Validation\{2781761E-28E1-4109-99FE-B9D127C57AFE}]
You can inspect the detailed properties of MpOAv in the registry. The associated DLL usually resides at C:\Program Files (x86)\Microsoft Security Client\MpOAv.dll
[HKCR\CLSID\{2781761E-28E1-4109-99FE-B9D127C57AFE}] [HKCR\Wow6432Node\CLSID\{2781761E-28E1-4109-99FE-B9D127C57AFE}]
Now everytime IE wants to run an ActiveX control, the registered MpOAv is being called before that and sometimes misbehaves or simply thinks that the Reader ActiveX control is not safe. I have no idea what its behavior really depends on.
This all results in IE (iexplore.exe) writing 2 keys to the registry: The CLSIDs of MpOAv {2781761E-28E1-4109-99FE-B9D127C57AFE} and Reader {CA8A9780-280D-11CF-A24D-444553540000}.
[HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{2781761E-28E1-4109-99FE-B9D127C57AFE}] [HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{CA8A9780-280D-11CF-A24D-444553540000}]
From this point on IE will not run the Reader ActiveX control until someone manually removes its CLSID from there. This is the observed problem.
Will Adobe offer some solution to this issue???
I confirm the existence of metioned registry keys, looks promising! –  Vojtěch Dohnal 11 mins ago    
But I fear that removing MpOAv from validation extensions completely will result in less secure browsing for users. –  Vojtěch Dohnal just now   edit  
  add a comment

Similar Messages

  • Acrobat reader 7 I downloaded didn't compatible with my laptop Windows 8, pls help!!

    Dear friends,
    My name is Terry.
    Acrobat reader 7 I downloaded didn't compatible with my laptop Windows 8, pls help!!
    Thanx.

    Why are you trying to install the outdated Reader 7?
    The current version is the free Adobe Reader XI
    PDF reader, PDF viewer | Adobe Reader XI

  • Trying to re-install Acrobat 8 and it's saying I need Internet Explorer 4.0 or greater installed. I have IE 11 installed so not sure what to do., Trying to re-install the full Acrobat 8 program and it's saying I need Internet Explorer 4.0 or greater insta

    Trying to re-install Acrobat 8 and it's saying I need Internet Explorer 4.0 or greater installed. I have IE 11 installed so not sure why I'm getting that message.

    Acrobat 8 needs IE 6.0 not 4.0
    1) Try installing using MSI file instead of setup.exe.
    2) Enable MSI logging and provide the MSI log. Steps to enable MSI logging can be found here http://support.microsoft.com/en-us/kb/223300
    3) What is the version of shdocvw.dll in "C:\Windows\System32" folder and in "C:\Windows\SysWOW64" (exists only on a 64 bit machine) folder.

  • My Muse test site gets error message from Internet Explorer v8.0.6

    My Muse test site gets error message from Internet Explorer v8.0.6

    What's the URL of the page? Where is the site hosted (Adobe Business Catalyst or elsewhere)? How were the files uploaded to the server (Publish, FTP Upload from within Muse, external FTP client)?

  • Why isnt my flash player downloading, it get stuck at 33%, in internet explorer on windows 7 laptop

    why isnt my flash player downloading, it get stuck at 33%, in internet explorer on windows 7 laptop

    Same question, same answer: use the offline installer(s)
    Flash Player for Internet Exporer - ActiveX
    Flash Player for Firefox - NPAPI

  • I installed firefox but when trying to download web items I get a message that internet explorer has stopped working and does nothing but close program.

    I installed firefox but when trying to download web items I get a message that internet explorer has stopped working and does nothing but close program.

    See:
    * https://support.mozilla.com/en-US/kb/Firefox%20crashes%20when%20you%20open%20it

  • When I try to update thru Adobe Flash Player installer I get the following message: Internet Explore

    When I try to update thru Adobe Flash Player installer I get the following message:
    Internet Explorer Script Error
    Line 1
    Char 13976
    Error Object Expected
    Code 0
    URL http://127.0.0.1.1106/app/_is/index.js
    Can you help me?

    Download and run the offline installer from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header

  • Acrobat Reader X security, comments disable

    Hello, we need to work with Acrobat Reader X. We generate a pdf from a doc file and we add security to disable printing and we enable commenting, but when we open it with Acrobat Reader X we see that printing is disabled, but commenting is disable too. ¿It's a bug from Acrobat Reader X? we know that Acrobat Reader XI resolve it but we can't see in realease notes.

    We add security from java with itext library. Wirth user and password:
    PdfStamper stamp = new PdfStamper(reader, out);
    stamp.setEncryption("".getBytes(),"PASSWORD".getBytes(), (PdfWriter.ALLOW_MODIFY_ANNOTATIONS), true);
    If we put "stamp.setEncryption("".getBytes(),"PASSWORD".getBytes(), (PdfWriter.ALLOW_PRINTING), true);" we can see PRINTING enable but it we put " stamp.setEncryption("".getBytes(),"PASSWORD".getBytes(), (PdfWriter.ALLOW_MODIFY_ANNOTATIONS), true);" is always disabled.
    We use Acrobat Reader 10.1.3 .
    I read some discussions like http://blogs.adobe.com/vikrant/2010/12/can-i-comment-on-pdfs-using-the-free-adobe-reader/ but i need an oficial release note where we can read the bug.
    ACROBAT X.
    ACROBAT XI.
    I know that with Acrobat 11.0  the problem is resolved, I tried with 10.1.4, 10.1.5, 10.1.6, 10.1.7, 10.1.8 and 10.1.9. I can't find the list of release notes of Acrobat Reader 11.0.

  • I cannot access adobe acrobat/reader all I get is "there is a problem with adobe acrobat/reader if

    I cannot access adobe acrobat/reader on my computer, all I get is a message "there is a problem with adobe acrobat/reader please exit and try again 103.103. I never had this before

    Hi Pat,
    I am having the same problem as silverstardad68 My operating system is Windows XP SP 3.. The version of Adobe Reader is 11 and it is online PDF.  I am 73911939.
    Hope you can help me.
    Thanks

  • Using Acrobat Reader activeX to get the current page views in a document

    Hello,
    I'm using the Acrobat Reader ActiveX control.
    How can I use this API (or any other way) to get the current page of the PDF document inside the Acrobat reader ActiveX control ?
    Thanks
    Ariel

    Aandi,
    I reckon that you might be right.
    But as side note, maybe Adobe will lose me and others as contributers for her PDF oriented solutions for other formats.
    In the long run experts can tell which approach is better: a .Net like approach (no limitations upon development issues for ) or this kind of an approach.
    Thank you very very much for you help!
    Ariel

  • My addons get disabled everytime i restart my computer

    Everytime i restart my pc and run firefox, all my addons are disabled ..
    and i get such a screen asking for permission for each of my addons
    http://tinypic.com/r/1z50w1u/6
    if i give the permission and continue, and then do it for all the addons, and restart .. then it works fine but the problem occurs again the next time i restart the pc ..
    the addon manager tab looks like this :
    http://tinypic.com/r/zoicsh/6
    i am also able to enable the addons from here, but they get disabled again and i get the same screens everytime i run firefox after a pc restart ...
    thanks ..

    Which security software (firewall, anti-virus) do you have?
    Some security software has virtualization or sandbox features that may cause problems by protecting and restoring files in the Firefox profile folder.
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to check if there is a compatibility update available.
    If this hasn't helped then also try to delete the addons.sqlite file.
    You can check for problems with preferences and try to rename or delete the prefs.js file and possible numbered prefs-##.js files and a possible user.js file to reset all prefs to the default values.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • Not able to get the Sessions in Internet Explorer

    The first page look like
    <html>
    <head>
    <script type="text/javascript">
    var xmlHttp
    var iddisplay;
    function viewpage(page)
    if (page.length==0){
    document.getElementById("displaycontent").innerHTML="";
    return;
    xmlHttp=GetXmlHttpObject_general();
    if (xmlHttp==null)
    alert ("Your browser does not support AJAX!");
    return;
    var url=page;
    xmlHttp.onreadystatechange=stateChanged_general;
    xmlHttp.open("GET",url,true);
    xmlHttp.send(null);
    function stateChanged_general()
    if(xmlHttp.readyState==4)
    document.getElementById("displaycontent").innerHTML=xmlHttp.responseText;
    function GetXmlHttpObject_general()
    var xmlHttp=null;
    try
    // Firefox, Opera 8.0+, Safari
    xmlHttp=new XMLHttpRequest();
    catch (e)
    // Internet Explorer
    try
    xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
    catch (e)
    xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
    return xmlHttp;
    </script>
    </head>
    <body>
    <div id="displaycontent">
    </div>
    <script type="text/javascript">
    viewpage('abcd.jsp')
    </script>
    </body>
    </html>
    the content in abcd.jsp
    <%
    String session_login=(String)session.getAttribute("login_yes_or_no");
    %>
    <table>
    <tr>
    <%
    if(session_login.equals("login")){
    %>
    <td><input type="text" name="name"></td>
    <%
    }else{
    %>
    <td>You are not Logged in</td>
    </tr>
    </table>
    initially when the user login the session is set to login if the user logout the the session is set to logout
    the value in session is not changing in abcd.jsp page even after logout it is working in Google chrome but in Internet Explorer the value is not changing.
    Edited by: pavanraj on Feb 24, 2009 3:41 AM
    Edited by: pavanraj on Feb 24, 2009 3:43 AM

    yes i have removed after logout i have set it as
    session.setAttribute("login_yes_or_no","logout");

  • How can i get lock image in internet explorer which is getting in mozilla

    hi ,
    iam getting the lock image in mozilla for the login page and iam not getting the lock image for the same page which is accessing from internet explorer 6.0 can any one help me out.........thanku

    you don't. full screen image is no longer availab.e.

  • How do I get my Favorites from Internet Explorer put on Firefox when I don't even know what file my original Favorites came in when I used Internet Explorer?

    I understand that if I go to "File" and then to "Import" I should be able to somehow get all my previous files that where with the Internet Explorer browser relocated to the Mazilla browser...but I don't know how to do that. Give me detailed help please.

    It did merge them after a fashion, glad I took a backup first even if I did only perhaps create 3 or 4 bookmarks today. So if I have bookmark separators, it's going to figure out which group to put them in (no way). Anyway I thought they would just go down to the bottom of the bookmarks menu like the other method, like when I export and import bookmarks in Firefox where they do go to the end of the Bookmarks Menu folder and would simply delete one folder.
    Anyway this would not be typical because I don't want any bookmarks from IE.

  • Keep getting error message re. internet explorer

    I go thru the steps, check box stating i have read requirements, then this pops up....help???!!!!

    Make sure that no instance of Internet Explorer is running when you run the installer.
    If you still get this message, open Task Manager (Processes tab) and kill all iexplore.exe processes.

Maybe you are looking for

  • Buttons (silent, volume, on/off) and headphone jack no longer working!

    All of a sudden my iPhone stopped working - that is, none of the buttons work except the round one below the screen. None around the sides work any more and the headphones jack doesn't work either. I have the latest os/firmware (3.1). This happened t

  • Printing using the built-in print drivers launches a PowerPC App.

    According to CNET: "Canon, Epson, and HP have all also announced that full universal binary drivers for their Apple peripherals will come with the iMac Core Duo as part of OS X 10.4." So one would think that if you use said drivers printing would not

  • 3D Plot

    Wenn ich in einem Labview file zwei 3d Plot gleichzeitig benutze werden diese nicht mehr angeszeigt. Kann es sein das meine Systemresoursen zu gering sind ? Hier meine Daten Windows XP SP3 Intel Core 2 [email protected] 1,98 GB RAM

  • Illustrator CC tools working strangely using Cintiq 24HD on OsX Yosemite.

    Hello everyone. A couple of weeks ago I got a Cintiq 24HD to replace a previous one. I mostly use the tablets to work with PS but do some illustrator work with them too. So far I've used 3 different tablets with this same 27" iMac, a 21Ux, a 22HD (fo

  • Creating ERP Sales Order from CRM 7.0

    Hi Experts, We are implementing the scenario-Creating ERP Sales Order from CRM. My doubt is:- Do we need to download the entire product data from ECC via middleware to implement this functionality? Is it possible that we manually create few products