Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable JRE auto update in Windows 10?

Tags:

java

Windows will automatically update the JRE when Java posts new updates, but my Elasticsearch only uses jRE of the specified version, how to disable JRE auto-update in Windows system?

like image 553
Vic Liu Avatar asked Nov 08 '22 09:11

Vic Liu


1 Answers

It is highly recommended that you do not disable automatic updates, as your programs can become prone to malware. If you decide to follow through with this, the consequences are your own.

In the Java Control Panel (which you can get to from Windows' Control Panel), navigate to the Update tab, and verify that Automatically check for updates (Recommended) is unchecked, as seen in the image below.

enter image description here

Next, navigate to the Advanced tab and select the Application Installation sub-tab. Verify that the Never install radio button is ticked, as seen in the image below.

enter image description here

After this, you should be good to go!

Note: Remember to hit Apply after making any changes to settings within these menus.

like image 171
Jacob G. Avatar answered Nov 14 '22 23:11

Jacob G.