Jump to content

Disabling Java Update


Ajay123

Recommended Posts

Hi

jre-6u29-windows-i586.exe install on Win7 32bit , try to disable Java update by registry changes under HKLM/JavaSoft/JavaUpdate/Policy by changing value EnableJavaUpdate & EnableAutoupdateCheck by 0 but still Java update not able to disable.

Is there any other way to disable the java update.

Any help highly appriciated.

Link to comment
Share on other sites


Is there any other way to disable the java update.

Hi!

You may use Sysinternals' "Autoruns".

By running it you may verify all autoruns and deactivate this or any other unneeded one.

You may later execute jucheck.exe by simply clicking it twice to check and install future java updates

BTW: the autoruns list is frequently long and includes different types of unneeded elements and malware. By simply unchecking them you may significantly increase the boot speed and strengthen the stability of the OS.

HTH

Edited by cannie
Link to comment
Share on other sites

We just run a reg hack (or you can push it out through group policy) after installing java

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
"NotifyDownload"=dword:00000001
"NotifyInstall"=dword:00000001

The update tab for Java will disappear with this.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...