weather
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user