mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-14 12:48:32 +00:00
docs/windows/policy: add OnboardingFlow policy to ADMX file
Fixes #15907 Signed-off-by: Aaron Klotz <aaron@tailscale.com>
This commit is contained in:
parent
f5cc657e13
commit
9c05185365
@ -262,6 +262,11 @@ If you enable this policy, the menu item will be displayed indicating the organi
|
||||
If you disable this policy or do not configure it, the corresponding menu item will be hidden.
|
||||
|
||||
See https://tailscale.com/kb/1315/mdm-keys#set-your-organization-name for more details.]]></string>
|
||||
<string id="OnboardingFlow">Show the onboarding flow</string>
|
||||
<string id="OnboardingFlow_Help"><![CDATA[This policy can be used to show or hide the onboarding flow displayed by the GUI.
|
||||
If you enable or don't configure this policy, the onboarding flow will be shown to new users who have not yet signed in to a Tailscale account.
|
||||
|
||||
If you disable this policy, the onboarding flow will never be shown.]]></string>
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="LoginURL">
|
||||
|
@ -313,6 +313,16 @@
|
||||
<string>hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="OnboardingFlow" class="Both" displayName="$(string.OnboardingFlow)" explainText="$(string.OnboardingFlow_Help)" key="Software\Policies\Tailscale" valueName="OnboardingFlow">
|
||||
<parentCategory ref="UI_Category" />
|
||||
<supportedOn ref="SINCE_V1_78" />
|
||||
<enabledValue>
|
||||
<string>show</string>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string>hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="ManagedBy" class="Both" displayName="$(string.ManagedBy)" explainText="$(string.ManagedBy_Help)" presentation="$(presentation.ManagedBy)" key="Software\Policies\Tailscale">
|
||||
<parentCategory ref="UI_Category" />
|
||||
<supportedOn ref="SINCE_V1_62" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user