Kind of a newbie here.
I need some help with a script that will disable Java updates. Everything I have tried seems to fail?
For some reason the updater is in different locations on different machines (64bit and 32bit) such as "SOFTWARE\Wow6432Node"
I was wondering if there is a simple way to create a script that will disable the updates to "Java, Adobe Reader, Acrobat," and other popular update nags.?
I guess my main question is can this be done all in one script???
Or does a script have to made for each program???
Any help would be great.
As of right now I can make them all stop through GPO but would like to use Kaseya...
Here's the registry key you need to set on a 64 bit installation of windows to DISABLE java updates. There's another corresponding key on 32bit systems (Software\JavaSoft\Java Update...). it shouldn't be too hard to do this in one script (if 32-bit, set this key. if 64-bit, set this key)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000