docs/windows/policy: add OnboardingFlow policy to ADMX file

Fixes #15907

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
This commit is contained in:
Aaron Klotz 2024-11-18 15:44:06 -07:00
parent f5cc657e13
commit 9c05185365
2 changed files with 15 additions and 0 deletions

View File

@ -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">

View File

@ -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" />