Jump to content


sushainkapoor87

Uninstall Java Auto Updater - SCCM 2007

Recommended Posts

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

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.