GPO disable updates

Java , 

Create a registry key or GPO that creates the following registry entries.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
"EnableAutoUpdateCheck"=dword:00000000
"NotifyDownload"=dword:00000001
"NotifyInstall"=dword:00000001
"PromptAutoUpdateCheck"=-

[HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
"EnableAutoUpdateCheck"=dword:00000000
"NotifyDownload"=dword:00000001
"NotifyInstall"=dword:00000001
"PromptAutoUpdateCheck"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
"EnableAutoUpdateCheck"=dword:00000000
"NotifyDownload"=dword:00000001
"NotifyInstall"=dword:00000001
"PromptAutoUpdateCheck"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
"EnableAutoUpdateCheck"=dword:00000000
"NotifyDownload"=dword:00000001
"NotifyInstall"=dword:00000001
"PromptAutoUpdateCheck"=-

------------------------------------------------------------------------

Adobe, Silverlight updates

Disable Acrobat.com feature of Acrobat Reader.
HKEY_CURRENT_USER\Software\Adobe(product name)(product
version)\Workflows
bEnableAcrobatHS REG_DWORD 00000000

Disable Adobe Reader Auto updates.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat
Reader\9.0\FeatureLockdown
bUpdater REG_DWORD 00000000

Disable Adobe Reader EULA splash screen.
HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer
EULA REG_DWORD 00000001
Launched REG_DWORD 00000001

Disable WMP Auto Updates.
GPO setting: Computer Configuration => Administrative Templates =>
Windows Components => Windows Media Player.
Prevent Automatic Updates = Enabled

Disable Silverlight Auto Updates.
HKEY_LOCAL_MACHINE\Software\Microsoft\Silverlight\
UpdateMode REG_DWORD 0x00000002

Comments