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

400 lines
15 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_ONLY)" name="SUPPORTED_WIN7_ONLY"/>
<definition displayName="$(string.SUPPORTED_WIN7_LATER)" name="SUPPORTED_WIN7_LATER"/>
<definition displayName="$(string.SUPPORTED_WIN8_ONLY)" name="SUPPORTED_WIN8_ONLY"/>
<definition displayName="$(string.SUPPORTED_WIN8_LATER)" name="SUPPORTED_WIN8_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"/>
<definition displayName="$(string.SUPPORTED_WIN7-10_ONLY)" name="SUPPORTED_WIN7-10_ONLY"/>
</definitions>
</supportedOn>
<categories>
<category displayName="$(string.CWP_DisplayName)" name="cwp">
<parentCategory ref="CWP:Cat_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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<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="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="VerboseStatusMessages"
class="User"
displayName="$(string.VerboseStatusMessages_Display)"
explainText="$(string.VerboseStatusMessages_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Policies\System"
valueName="VerboseStatus"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="StickyKeys"
class="User"
displayName="$(string.StickyKeys_Display)"
explainText="$(string.StickyKeys_Explain)"
key="Control Panel\Accessibility\StickyKeys"
valueName="Flags"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<string value="510"/>
</enabledValue>
<disabledValue>
<string value="506"/>
</disabledValue>
</policy>
<policy
name="FilterKeys"
class="User"
displayName="$(string.FilterKeys_Display)"
explainText="$(string.FilterKeys_Explain)"
key="Control Panel\Accessibility\Keyboard Response"
valueName="Flags"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<string value="126"/>
</enabledValue>
<disabledValue>
<string value="122"/>
</disabledValue>
</policy>
<policy
name="ItemCheckBoxes"
class="User"
displayName="$(string.ItemCheckBoxes_Display)"
explainText="$(string.ItemCheckBoxes_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="AutoCheckSelect"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="ItemCheckBoxesDefault"
class="Machine"
displayName="$(string.ItemCheckBoxesDefault_Display)"
explainText="$(string.ItemCheckBoxesDefault_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\AutoCheckSelect"
valueName="DefaultValue"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="SearchBoxSuggestions"
class="User"
displayName="$(string.SearchBoxSuggestions_Display)"
explainText="$(string.SearchBoxSuggestions_Explain)"
key="Software\Policies\Microsoft\Windows\Explorer"
valueName="DisableSearchBoxSuggestions"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="0"/>
</enabledValue>
<disabledValue>
<decimal value="1"/>
</disabledValue>
</policy>
<policy
name="BingSearch"
class="User"
displayName="$(string.BingSearch_Display)"
explainText="$(string.BingSearch_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Search"
valueName="BingSearchEnabled"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="SecondsInSystemClock"
class="Machine"
displayName="$(string.SecondsInSystemClock_Display)"
explainText="$(string.SecondsInSystemClock_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="ShowSecondsInSystemClock"
>
<parentCategory ref="cwp"/>
<supportedOn ref="SUPPORTED_WIN7-10_ONLY"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<!-- POLICY "Enable seconds in system clock"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Set to enabled to enable seconds in the system clock display"
VALUENAME "ShowSecondsInSystemClock"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
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 "Enable Music folder in the file browser"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{a0c69a99-21c8-4671-8703-7934162fcf1d}\PropertyBag"
EXPLAIN "Set to enabled to display the Music folder in the windows file explorer"
VALUENAME "ThisPCPolicy"
VALUEON DELETE
VALUEOFF "Hide"
END POLICY
POLICY "Enable Downloads in the file browser"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7d83ee9b-2244-4e70-b1f5-5393042af1e4}\PropertyBag"
EXPLAIN "Set to enabled to display the Downloads folder in the windows file explorer"
VALUENAME "ThisPCPolicy"
VALUEON DELETE
VALUEOFF "Hide"
END POLICY
POLICY "Enable Pictures in the file browser"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{0ddd015d-b06c-45d5-8c4c-f59713854639}\PropertyBag"
EXPLAIN "Set to enabled to display the Pictures folder in the windows file explorer"
VALUENAME "ThisPCPolicy"
VALUEON DELETE
VALUEOFF "Hide"
END POLICY
POLICY "Enable Videos in the file browser"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{35286a68-3c57-41a1-bbb1-0eae73d76c95}\PropertyBag"
EXPLAIN "Set to enabled to display the Videos folder in the windows file explorer"
VALUENAME "ThisPCPolicy"
VALUEON DELETE
VALUEOFF "Hide"
END POLICY
POLICY "Enable Documents in the file browser"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{f42ee2d3-909f-4907-8871-4c22fc0bf756}\PropertyBag"
EXPLAIN "Set to enabled to display the Documents folder in the windows file explorer"
VALUENAME "ThisPCPolicy"
VALUEON DELETE
VALUEOFF "Hide"
END POLICY
POLICY "Enable Desktop in the file browser"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\PropertyBag"
EXPLAIN "Set to enabled to display the Desktop folder in the windows file explorer"
VALUENAME "ThisPCPolicy"
VALUEON DELETE
VALUEOFF "Hide"
END POLICY
-->
</policies>
</policyDefinitions>