Disabling auto-updates on Internet Explorer
You can 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.
Note: For large scale enterprise deployments, you can use tools such as Microsoft
Group Policy or Microsoft System Center Configuration Manager.
Windows (32-bit)
To disable the auto-update feature and update notifications on 32-bit Windows, 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)
To disable the auto-update feature and update notifications on 64-bit Windows, 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