How to enable Java(tm) Plug-In SSV Helper add-on for Internet Explorer 10? Can I enable that on registry?
Hello all, I created a installation from Java plugin 7.40, but it is popup a screen to enable Java(tm) Plug-In SSV Helper add-on when a open IE 10. Is it possible enable that on Java installation using the registry?
Answers (1)
you may be able to do that, the problem I see is some of the settings are under the HKCU key so you will need to use something like active setup to accomplish this. First you need to find the CSLID of the Java
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{761497BB-D6F0-462C-B6EB-D4DAF1D92D43}]
@="Java(tm) Plug-In SSV Helper"
then search for that cslid throughout the registry and harvest those keys to merge.
here are some spots I found, this is not all of the keys needed though.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Approved Extensions]
"{761497BB-D6F0-462C-B6EB-D4DAF1D92D43}"=hex:51,66,7a,6c,4c,1d,3b,1b,ab,88,07,\
69,c7,82,44,0e,a3,e4,94,9a,f3,9d,61,5e
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{761497BB-D6F0-462C-B6EB-D4DAF1D92D43}]
"NoExplorer"=dword:00000001
[HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Approved Extensions]
"{761497BB-D6F0-462C-B6EB-D4DAF1D92D43}"=hex:51,66,7a,6c,4c,1d,38,12,d5,94,07,\
72,c2,98,42,03,c9,fd,97,9a,f4,87,69,57