Yes, I know that is from a Windows 7 computer, but the solution is applicable to both OSes. |
- Open a command prompt if you are logged into an admin account.
- Enter the following in the command prompt:
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy" /v "EnableJavaUpdate" /t REG_DWORD /d "00000001" /f
- Check the Java Control Panel. It should look like the picture below.
If for some reason, you desire to disable the "update" tab, just do the same thing as above, change the DWORD value to "00000000" instead.
Enjoy managing your Java updates!