Files
Windows-Custom-Domain-Policies/CustomWindowsPreferences.admx
2022-04-12 14:02:10 -05:00

264 lines
9.7 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_LATER)" name="SUPPORTED_WIN7_LATER"/>
<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
name="FileExplorerToC"
class="User"
displayName="$(string.FileExplorerToC_Display)"
explainText="$(string.FileExplorerToC_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="LaunchTo"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="FileExplorerRecent"
class="User"
displayName="$(string.FileExplorerRecent_Display)"
explainText="$(string.FileExplorerRecent_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
valueName="ShowRecent"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="FileExplorerFrequent"
class="User"
displayName="$(string.FileExplorerFrequent_Display)"
explainText="$(string.FileExplorerFrequent_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
valueName="ShowFrequent"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="FileExplorerTrackDocuments"
class="User"
displayName="$(string.FileExplorerTrackDocuments_Display)"
explainText="$(string.FileExplorerTrackDocuments_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
valueName="Start_TrackDocs"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="AeroShaking"
class="User"
displayName="$(string.AeroShaking_Display)"
explainText="$(string.AeroShaking_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="DisallowShaking"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
</policies>
</policyDefinitions>
<!--
POLICY "Disallow Aero Shake from Minimizing Window"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Configures the Window Shaking feature"
VALUENAME "DisallowShaking"
VALUEON NUMERIC 0
VALUEOFF DELETE
END POLICY
POLICY "Verbose Status Messages"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
EXPLAIN "Set to Enabled to display verbose messages on start-up/shutdown"
VALUENAME "VerboseStatus"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Disable Sticky-Keys"
KEYNAME "Control Panel\Accessibility\StickyKeys"
EXPLAIN "Set to enabled to enable sticky-keys"
VALUENAME "Flags"
VALUEON 510
VALUEOFF 506
END POLICY
POLICY "Disable Filter-Keys"
KEYNAME "Control Panel\Accessibility\Keyboard Response"
EXPLAIN "Set to enabled to enable filter-keys"
VALUENAME "Flags"
VALUEON 126
VALUEOFF 122
END POLICY
POLICY "Disable Item check boxes"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Set to enabled to enable item check boxes"
VALUENAME "AutoCheckSelect"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Enable search box suggestions"
KEYNAME "Software\Policies\Microsoft\Windows\Explorer"
EXPLAIN "Set to enabled to enable search box suggestions"
VALUENAME "DisableSearchBoxSuggestions"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
POLICY "Enable bing search"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Search"
EXPLAIN "Set to enabled to enable bing search results from the search bar"
VALUENAME "BingSearchEnabled"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
-->