Link to home
Start Free TrialLog in
Avatar of KC2TC
KC2TCFlag for United States of America

asked on

How to enable Java™ Plug-In 2 SSV Helper silently in IE9

User generated imageI am upgarding the Java 6 update 31(1.6.0_31) from Java 6 Update 29 in the machine where IE9 is present. After the Java 6 update 31 upgradation, When i try to launch the IE9, there is a pop-up in the IE9 bottom asking "The 'Java(tm) Plug-In SSV Helper' add-on from 'Sun Microsystems,Inc.' is ready for use" with options enable or don't enable as attached in the screenshot.  I want to enable this 'Java(tm) Plug-In SSV Helper' silently in IE9. Please let me know if there is a way to do it.
Avatar of gudii9
gudii9
Flag of United States of America image

Here is interesting link
http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/how-do-i-remove-not-disable-java-plugin-2-ssv/eb3b1dd3-47fa-4aa0-ab57-319ccb43115f      



Delete registry settings and IE will no longer load this plugin. Actually it is not loaded anyway because jp2ssv.dll does not exist.

Path in registry should be something like

 


[HKEY_CLASSES_ROOT\CLSID\{DBC80044-A445-435b-BC74-9C25C1C588A9}]
@="Java(tm) Plug-In 2 SSV Helper"

[HKEY_CLASSES_ROOT\CLSID\{DBC80044-A445-435b-BC74-9C25C1C588A9}\InprocServer32]
@="C:\\Program Files\\Java\\jre6\\bin\\jp2ssv.dll"
"ThreadingModel"="Apartment"

 

Regards.
Avatar of KC2TC

ASKER

Thanks for your reply. The above link says about how to delete the disable add-on. Here I want to enable the add-in silently which is loaded as new status. So that i can enable this add-on with out getting a pop-up.
Check this link



OPTION ONE
Using a REG File Download

    1. To Enable Users to Manage Internet Explorer Add-ons

        A) Click on the Download button below to download the file below.

            Enable_Manage_Internet_Explorer_Add-ons.reg


http://www.sevenforums.com/tutorials/86771-internet-explorer-add-ons-enable-disable-add-manager.html
ASKER CERTIFIED SOLUTION
Avatar of KC2TC
KC2TC
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KC2TC

ASKER

We found the way to enable this add-on silently through the GPO and implemented successfullly.
Avatar of Sharam21
Sharam21

Hi KC2TC;
i am deploying Java 7.21 and I stuck on this. how can I enable Java SSV helper and SSV 2 helper  silently?

your help is much appreciated.
Sharam21