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

109 lines
5.6 KiB
XML

<?xml version="1.0" ?>
<policyDefinitionResources revision="1.0" schemaVersion="1.0">
<displayName>
</displayName>
<description>
</description>
<resources>
<stringTable>
<!-- Supported Operating Systems -->
<string id="SUPPORTED_WIN7_LATER">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</string>
<string id="SUPPORTED_WIN10_LATER">Microsoft Windows 10 or later</string>
<string id="SUPPORTED_WIN11_ONLY">Microsoft Windows 11</string>
<!-- Category Names -->
<string id="CWP_DisplayName">Custom Windows Preferences</string>
<string id="uwo_DisplayName">Universal Windows Preferences</string>
<string id="W10_DisplayName">Windows 10 Preferences</string>
<string id="W11_DisplayName">Windows 11 Preferences</string>
<!-- ClassicTaskbarMenuPosition -->
<string id="ClassicTaskbarMenuPosition_Display">Enable Classic Start Button Menu Position</string>
<string id="ClassicTaskbarMenuPosition_Explain">This configuration option determines the start button position/placement in Windows 11.
When set to "Left" the start button and other icons will be moved to the left of the screen like traditional windows environments.
When set to "Center" the start menu and icons will be centered in the screen.</string>
<string id="ClassicTaskbarMenuPosition_Left">Left</string>
<string id="ClassicTaskbarMenuPosition_Center">Center</string>
<!-- SearchBoxSize -->
<string id="SearchBoxSize_Display">Taskbar Searchbox Size/Visability</string>
<string id="SearchBoxSize_Explain">This configuration option determines the size/visability of the search icon on the taskbar.
When set to "Small" or "Large" the search icon is displayed on the taskbar.
When set to "Hidden" the search icon is not displayed on the taskbar.</string>
<string id="SearchBoxSize_Large">Large</string>
<string id="SearchBoxSize_Small">Small</string>
<string id="SearchBoxSize_Hidden">Hidden</string>
<!-- ShowTaskView -->
<string id="ShowTaskView_Display">Taskview Visability</string>
<string id="ShowTaskView_Explain">This configuration options 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 "Disabled" the Taskview button is not displayed on the taskbar.</string>
<!-- DesktopPreview -->
<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.
When set to "Enabled" the peek feature is enabled.
When set to "Disabled" the peek feature is disabled.</string>
<!-- FileExplorerToC -->
<string id="FileExplorerToC_Display">Open File Manager to "This PC"</string>
<string id="FileExplorerToC_Explain">This configuration option instructs File Manager to open to "This PC" drive when starting.
When set to "Enabled" File Manager will open with "This PC" preselected.
When set to "Disabled" File Manager will use its default behavior.</string>
<!-- FileExplorerRecent -->
<string id="FileExplorerRecent_Display">Show Recent items in File Manager</string>
<string id="FileExplorerRecent_Explain">This configuration option instructs File Manager to display recent items.
When set to "Enabled" File Manager will display recent items.
When set to "Disabled" File Manager will no longer display recent items.</string>
<!-- FileExplorerFrequent -->
<string id="FileExplorerFrequent_Display">Show Frequent items in File Manager</string>
<string id="FileExplorerFrequent_Explain">This configuration option instructs File Manager to display frequent items.
When set to "Enabled" File Manager will display frequent items.
When set to "Disabled" File Manager will no longer show frequent items.</string>
<!-- FileExplorerTrackDocuments -->
<string id="FileExplorerTrackDocuments_Display">Track recently opened documents</string>
<string id="FileExplorerTrackDocuments_Explain">This configuration option instructs Windows to track recently opened documents and present them to the user to speed up the user experience.
When set to "Enabled" Windows will track and display recently used items/files.
When set to "Disabled" Windows Manager will no longer track and display recently used items/files.</string>
<!-- AeroShaking -->
<string id="FileExplorerTrackDocuments_Display">Aero Shake Feature</string>
<string id="FileExplorerTrackDocuments_Explain">This configuration option enables/disables the Aero Shake feature.
When set to "Enabled" the Aero Shake feature will be enabled.
When set to "Disabled" the Aero Shake feature will be disabled.</string>
</stringTable>
<!-- Presentation IDs -->
<presentationTable>
<presentation id="ClassicTaskbarMenuPosition_PresentationID">
<dropdownList refId="ClassicTaskbarMenuPosition_Enum" noSort="false">Position</dropdownList>
</presentation>
<presentation id="SearchBoxSize_PresentationID">
<dropdownList refId="SearchBoxSize_Enum" noSort="false">Position</dropdownList>
</presentation>
</presentationTable>
</resources>
</policyDefinitionResources>