How to disable the Java update message balloon in Windows 7?

6

1

I've looked in the Java section of the Control Panel, but don't see an obvious way to disable the automatic message balloon that pop up in Windows 7 asking me to update my version of Java. How do I disable them?

Ghopper21

Posted 2013-02-27T17:32:16.490

Reputation: 405

Question was closed 2013-02-28T02:40:13.797

This will work on all Windows versions: 1) Download Autoruns from Sysinternals. 2) Search for "jucheck" using the search field at the top. 3) Uncheck "SunJavaUpdateSched". – Casper – 2017-11-04T05:23:23.350

Answers

7

You shouldn't disable the update notifier. Instead, change preferences for how often you'd like to be notified of newer versions.

At java website you have all the information you need.

http://www.java.com/en/download/help/java_update.xml

After reading the doc, if you still want to disable the notification, do the following:

  1. Start regedit.
  2. Navigate through to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
  3. Change the value of EnableAutoUpdateCheck to 0 and the value of EnableJavaUpdate to 0.

Also for 64bit users:

  1. Start Regedit
  2. Navigate to HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy
  3. Change the value of EnableJavaUpdate to 0.
  4. Change the value of NotifyDownload to 0
  5. Create a new DWORD of EnableAutoUpdateCheck and set the value to 0.

Done

Babblo

Posted 2013-02-27T17:32:16.490

Reputation: 199

5

1 - open JAVA control panel by type java in start menu! (Run as Administrator) Java

2 - on update tab deselect(uncheck) "check for update automatically" enter image description here

3- Select " Do not Check"enter image description here

4 - all Done!

Kaveh

Posted 2013-02-27T17:32:16.490

Reputation: 689

1This works if you have never installed Java i.e. it uses the one provided by Windows. It stops working when you either install the JRE or JDK. – cup – 2014-07-06T07:35:17.183

Make sure to run configure java as Administrator, otherwise, the do not check will stay un-checked. – Luke Hutton – 2016-04-25T20:41:48.617

2

This doesn't actually work. If you go back into the control panel after making that change, you'll see that it doesn't "stick". This is the correct answer: http://serverfault.com/a/26568

– Jon-Eric – 2013-10-22T15:12:23.430

Same here, this does not work. I'm not going to downvote because it would be a correct answer if the idiots who distribute the Java weren't busy running it into the ground. – AaronLS – 2014-02-28T02:17:12.543

1

If changing the notification settings in the Java Control Panel did not help, than it is probably not possible. Check the Update tab of the Java Control Panel. Uncheck "Check for Updates Automatically"

Your best course of action may be to uninstall Java completely if you are not using it. Java is the most widely exploited plugin on a computer and running an out of date version that is plugged in to the browser is very risky. The reason there are so many updates is because it is very problematic and unsafe software to use in a browser.

You can customize the notifications in Windows 7 by clicking the arrow in the Notification Center/System Tray and selecting Customize. You can scroll to the Java icon and change the behavior to "Hide icon & Notifications"

Rich G

Posted 2013-02-27T17:32:16.490

Reputation: 191