This commit is contained in:
2022-04-12 15:21:12 -05:00
parent ef2bc78723
commit 80fa482c03
2 changed files with 52 additions and 1 deletions

View File

@@ -97,6 +97,23 @@
</disabledValue>
</policy>
<policy
name="ShowWidgets"
class="User"
displayName="$(string.ShowWidgets_Display)"
explainText="$(string.ShowWidgets_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="TaskbarDa"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN11_ONLY"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="DesktopPreview"
class="User"
displayName="$(string.DesktopPreview_Display)"
@@ -436,5 +453,23 @@
<string value="Hide"/>
</disabledValue>
</policy>
<policy
name="WeatherInTaskbar"
class="User"
displayName="$(string.WeatherInTaskbar_Display)"
explainText="$(string.WeatherInTaskbar_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Feeds"
valueName="ShellFeedsTaskbarViewMode"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="2"/>
</disabledValue>
</policy>
</policies>
</policyDefinitions>