Disable AutoUpdate GPO (#1072)

* Disable AutoUpdate GPO

* Disable AutoUpdate
This commit is contained in:
JtheBAB 2019-10-16 20:16:39 +02:00 committed by Dean Whillier
parent b27e7b64ee
commit 5e333cd362
2 changed files with 6 additions and 2 deletions

View file

@ -6,8 +6,10 @@
<stringTable >
<string id="RequiresMattermost43">Requires Mattermost Desktop 4.3 or later</string>
<string id="mattermost">Mattermost</string>
<string id="EnableAutoUpdater">EnableAutoUpdater</string>
<!--
<string id="EnableAutoUpdater">EnableAutoUpdater</string>
<string id="EnableAutoUpdaterDescription">If this policy is enabled, users will receive notifications when new versions of the desktop app are available. System Administrator privilages on the computer are required to install the update.</string>
-->
<string id="EnableServerManagement">EnableServerManagement</string>
<string id="EnableServerManagementDescription">If this policy is enabled, users can add or remove servers in their app settings, even if default servers are configured in DefaultServerList.

View file

@ -13,7 +13,8 @@
<category displayName="$(string.mattermost)" name="mattermost"></category>
</categories>
<policies>
<policy name="EnableAutoUpdater" class="Machine" displayName="$(string.EnableAutoUpdater)" explainText="$(string.EnableAutoUpdaterDescription)" key="Software\Policies\Mattermost" valueName="EnableAutoUpdater">
<!--
<policy name="EnableAutoUpdater" class="Machine" displayName="$(string.EnableAutoUpdater)" explainText="$(string.EnableAutoUpdaterDescription)" key="Software\Policies\Mattermost" valueName="EnableAutoUpdater">
<parentCategory ref="mattermost"/>
<supportedOn ref="RequiresMattermost43"/>
<enabledValue>
@ -23,6 +24,7 @@
<decimal value="0"/>
</disabledValue>
</policy>
-->
<policy name="EnableServerManagement" class="Both" displayName="$(string.EnableServerManagement)" explainText="$(string.EnableServerManagementDescription)" key="Software\Policies\Mattermost" valueName="EnableServerManagement">
<parentCategory ref="mattermost"/>
<supportedOn ref="RequiresMattermost43"/>