Skip to content

Instantly share code, notes, and snippets.

@cbmeeks
Last active August 23, 2018 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbmeeks/6895f6c09a5bbefdf20b95af0fc20b4c to your computer and use it in GitHub Desktop.
Save cbmeeks/6895f6c09a5bbefdf20b95af0fc20b4c to your computer and use it in GitHub Desktop.
Disable Java Updating
https://serverfault.com/questions/14303/cant-seem-to-disable-java-automatic-update/26568#26568
To turn off/on the Java updater (C:\Program Files\Java\jreXXX\bin\javacpl.exe), put a 0 in the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy\EnableJavaUpdate
Turn it back on with a 1.
Be sure to run javacpl.exe as ADMIN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment