weather
This commit is contained in:
@@ -97,6 +97,23 @@
|
|||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
<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"
|
name="DesktopPreview"
|
||||||
class="User"
|
class="User"
|
||||||
displayName="$(string.DesktopPreview_Display)"
|
displayName="$(string.DesktopPreview_Display)"
|
||||||
@@ -436,5 +453,23 @@
|
|||||||
<string value="Hide"/>
|
<string value="Hide"/>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</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>
|
</policies>
|
||||||
</policyDefinitions>
|
</policyDefinitions>
|
||||||
|
@@ -42,12 +42,20 @@ When set to "Hidden" the search icon is not displayed on the taskbar.</string>
|
|||||||
|
|
||||||
<!-- ShowTaskView -->
|
<!-- ShowTaskView -->
|
||||||
<string id="ShowTaskView_Display">Taskview Visability</string>
|
<string id="ShowTaskView_Display">Taskview Visability</string>
|
||||||
<string id="ShowTaskView_Explain">This configuration options determines the visibility of the Taskview button on the taskbar.
|
<string id="ShowTaskView_Explain">This configuration option determines the visibility of the Taskview button on the taskbar.
|
||||||
|
|
||||||
When set to "Enabled" the Taskview button is displayed on the taskbar.
|
When set to "Enabled" the Taskview button is displayed on the taskbar.
|
||||||
|
|
||||||
When set to "Disabled" the Taskview button is not displayed on the taskbar.</string>
|
When set to "Disabled" the Taskview button is not displayed on the taskbar.</string>
|
||||||
|
|
||||||
|
<!-- ShowWidgets -->
|
||||||
|
<string id="ShowWidgets_Display">Widgets Visability</string>
|
||||||
|
<string id="ShowWidgets_Explain">This configuration option determines the visibility of the Widgets button on the taskbar.
|
||||||
|
|
||||||
|
When set to "Enabled" the Widgets button is displayed on the taskbar.
|
||||||
|
|
||||||
|
When set to "Disabled" the Widgets button is not displayed on the taskbar.</string>
|
||||||
|
|
||||||
<!-- DesktopPreview -->
|
<!-- DesktopPreview -->
|
||||||
<string id="DesktopPreview_Display">Desktop peek/preeview (Aero Peek)</string>
|
<string id="DesktopPreview_Display">Desktop peek/preeview (Aero Peek)</string>
|
||||||
<string id="DesktopPreview_Explain">This configuration options determines the visibility of the desktop peek feature when the mouse hovers over an applicaiton icon in the taskbar.
|
<string id="DesktopPreview_Explain">This configuration options determines the visibility of the desktop peek feature when the mouse hovers over an applicaiton icon in the taskbar.
|
||||||
@@ -205,6 +213,14 @@ When set to "Disabled" the feature will be disabled.</string>
|
|||||||
|
|
||||||
When set to "Enabled" the feature will be enabled.
|
When set to "Enabled" the feature will be enabled.
|
||||||
|
|
||||||
|
When set to "Disabled" the feature will be disabled.</string>
|
||||||
|
|
||||||
|
<!-- WeatherInTaskbar -->
|
||||||
|
<string id="WeatherInTaskbar_Display">Show Weather in Taskbar</string>
|
||||||
|
<string id="WeatherInTaskbar_Explain">This configuration option enables/disables the display of the weather in the taskbar.
|
||||||
|
|
||||||
|
When set to "Enabled" the feature will be enabled.
|
||||||
|
|
||||||
When set to "Disabled" the feature will be disabled.</string>
|
When set to "Disabled" the feature will be disabled.</string>
|
||||||
</stringTable>
|
</stringTable>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user