docs/windows/policy: add CheckUpdates key to tailscale.admx (#19044)

Fixes: #19014
Signed-off-by: Jacob Pelchat <jacob@tailscale.com>
main
jpelchat 4 weeks ago committed by GitHub
parent 6e5a64d4de
commit 323e0f87f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      docs/windows/policy/en-US/tailscale.adml
  2. 10
      docs/windows/policy/tailscale.admx

@ -178,6 +178,16 @@ If you disable this policy, then Automatically Install Updates is always disable
If you do not configure this policy, then Automatically Install Updates depends on what is selected in the Preferences submenu. If you do not configure this policy, then Automatically Install Updates depends on what is selected in the Preferences submenu.
See https://tailscale.com/kb/1067/update#auto-updates for more details.]]></string> See https://tailscale.com/kb/1067/update#auto-updates for more details.]]></string>
<string id="CheckUpdates">Automatically check for updates</string>
<string id="CheckUpdates_Help"><![CDATA[This policy can be used to control whether the Tailscale client periodically checks for updates.
If you enable this policy, then update checks are always enabled.
If you disable this policy, then update checks are always disabled.
If you do not configure this policy, then update checks are enabled, but the user may disable them manually.
See https://tailscale.com/docs/features/client/update for more details.]]></string>
<string id="AdvertiseExitNode">Run Tailscale as an Exit Node</string> <string id="AdvertiseExitNode">Run Tailscale as an Exit Node</string>
<string id="AdvertiseExitNode_Help"><![CDATA[This policy can be used to require that Run Exit Node is configured a certain way. <string id="AdvertiseExitNode_Help"><![CDATA[This policy can be used to require that Run Exit Node is configured a certain way.

@ -259,6 +259,16 @@
<string>never</string> <string>never</string>
</disabledValue> </disabledValue>
</policy> </policy>
<policy name="CheckUpdates" class="Machine" displayName="$(string.CheckUpdates)" explainText="$(string.CheckUpdates_Help)" key="Software\Policies\Tailscale" valueName="CheckUpdates">
<parentCategory ref="Settings_Category" />
<supportedOn ref="PARTIAL_FULL_SINCE_V1_56" />
<enabledValue>
<string>always</string>
</enabledValue>
<disabledValue>
<string>never</string>
</disabledValue>
</policy>
<policy name="AdvertiseExitNode" class="Machine" displayName="$(string.AdvertiseExitNode)" explainText="$(string.AdvertiseExitNode_Help)" key="Software\Policies\Tailscale" valueName="AdvertiseExitNode"> <policy name="AdvertiseExitNode" class="Machine" displayName="$(string.AdvertiseExitNode)" explainText="$(string.AdvertiseExitNode_Help)" key="Software\Policies\Tailscale" valueName="AdvertiseExitNode">
<parentCategory ref="Settings_Category" /> <parentCategory ref="Settings_Category" />
<supportedOn ref="PARTIAL_FULL_SINCE_V1_56" /> <supportedOn ref="PARTIAL_FULL_SINCE_V1_56" />

Loading…
Cancel
Save