Disable Auto Updates on Internet Explorer

Disable the auto-update feature and update notifications for Jive Anywhere in Internet Explorer by adding a registry key and deploying it to all users on a domain.

To disable the auto-update feature and update notifications:

Windows (32-bit)

If you are running 32-bit Windows, then log into a Command window as admin and type this operation:

REG ADD HKLM\SOFTWARE\BrowserExtensions\c21f6d90-6844-484d-b0ee-309021dd83eb /v IsUpdateDisabled /d true /t REG_SZ
Windows (64-bit)

If you are running 64-bit Windows, then log into a Command window as admin and type this operation:

REG ADD HKLM\SOFTWARE\Wow6432Node\BrowserExtensions\c21f6d90-6844-484d-b0ee-309021dd83eb /v IsUpdateDisabled /d true /t REG_SZ
Note: For large scale enterprise deployments, you can use tools such as Microsoft Group Policy or Microsoft System Center Configuration Manager.