Managing Jive Anywhere |
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:
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
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