Hi
I have an issue regarding JAVA AUTO UPDATER getting installed on system swhere java is pushed. version 2.0.3.1 , 2.0.7.1 , 2.1.9.0 .
I have used the below script to first disable the java auto update in registry and then delete the registry keys. No luck acieved, still java auto updater is getting reflected in report 95 - Add remove programs .
Const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "." Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & _ strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\JavaSoft\Java Update" strKeyPath = "SOFTWARE\JavaSoft\Auto Update" oReg.DeleteKey HKEY_LOCAL_MACHINE, strKeyPath
Kindly share if you got success in deleting\uninstalling the java auto updater from systems.
i have tried installing new version of jre with supressing auto updates. this didnt work