Files
Windows-Custom-Domain-Policies/CustomWindowsPreferences.admx
2022-04-12 13:31:16 -05:00

156 lines
6.0 KiB
XML

<?xml version="1.0" ?>
<policyDefinitions revision="1.0" schemaVersion="1.0">
<policyNamespaces>
<target namespace="CWP.Policies.Global" prefix="CustomWindowsPreferences"/>
<using namespace="CWP.Policies" prefix="CWP"/>
<using namespace="Microsoft.Policies.Windows" prefix="windows"/>
</policyNamespaces>
<resources minRequiredRevision="1.0"/>
<supportedOn>
<definitions>
<definition displayName="$(string.SUPPORTED_WIN7)" name="SUPPORTED_WIN7"/>
<definition displayName="$(string.SUPPORTED_WIN10_ONLY)" name="SUPPORTED_WIN10_ONLY"/>
<definition displayName="$(string.SUPPORTED_WIN10_LATER)" name="SUPPORTED_WIN10_LATER"/>
<definition displayName="$(string.SUPPORTED_WIN11_ONLY)" name="SUPPORTED_WIN11_ONLY"/>
</definitions>
</supportedOn>
<categories>
<category displayName="$(string.CWP_DisplayName)" name="cwp">
<parentCategory ref="CWP:Cat_CWP"/>
</category>
<category displayName="$(string.uwo_DisplayName)" name="uwo">
<parentCategory ref="cwp"/>
</category>
<category displayName="$(string.W10_DisplayName)" name="w10">
<parentCategory ref="cwp"/>
</category>
<category displayName="$(string.W11_DisplayName)" name="w11">
<parentCategory ref="cwp"/>
</category>
</categories>
<policies>
<policy
name="ClassicTaskbarMenuPosition"
class="User"
displayName="$(string.ClassicTaskbarMenuPosition_Display)"
explainText="$(string.ClassicTaskbarMenuPosition_Explain)"
presentation="$(presentation.ClassicTaskbarMenuPosition_PresentationID)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
>
<parentCategory ref="w11"/>
<supportedOn ref="SUPPORTED_WIN11_ONLY"/>
<elements>
<enum id="ClassicTaskbarMenuPosition_Enum" valueName="TaskbarAl">
<item displayName="$(string.ClassicTaskbarMenuPosition_Left)">
<value>
<decimal value="0"/>
</value>
</item>
<item displayName="$(string.ClassicTaskbarMenuPosition_Center)">
<value>
<decimal value="1"/>
</value>
</item>
</enum>
</elements>
</policy>
<policy
name="SearchBoxSize"
class="User"
displayName="$(string.SearchBoxSize_Display)"
explainText="$(string.SearchBoxSize_Explain)"
presentation="$(presentation.SearchBoxSize_PresentationID)"
key="Software\Microsoft\Windows\CurrentVersion\Search"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<elements>
<enum id="SearchBoxSize_Enum" valueName="SearchboxTaskbarMode">
<item displayName="$(string.SearchBoxSize_Large)">
<value>
<decimal value="2"/>
</value>
</item>
<item displayName="$(string.SearchBoxSize_Small)">
<value>
<decimal value="1"/>
</value>
</item>
<item displayName="$(string.SearchBoxSize_Hidden)">
<value>
<decimal value="0"/>
</value>
</item>
</enum>
</elements>
</policy>
<policy
name="ShowTaskView"
class="User"
displayName="$(string.ShowTaskView_Display)"
explainText="$(string.ShowTaskView_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
valueName="ShowTaskViewButton"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="DesktopPreview"
class="User"
displayName="$(string.DesktopPreview_Display)"
explainText="$(string.DesktopPreview_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="DisablePreviewDesktop"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<!--
POLICY "Open File Explorer to This PC"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Set to enabled to force windows file explorer to automatically open with This PC selected"
VALUENAME "LaunchTo"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Show recent items in the File Explorer"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
EXPLAIN "Set to enabled to show recent items in file explorer"
VALUENAME "ShowRecent"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Show frequent items in the File Explorer"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
EXPLAIN "Set to enabled to show frequent items in file explorer"
VALUENAME "ShowFrequent"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Show recent items in the start menu"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
EXPLAIN "Set to enabled to show recent items in file start menu"
VALUENAME "Start_TrackDocs"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
-->
</policies>
</policyDefinitions>