Files
Windows-Custom-Domain-Policies/en-US/CustomWindowsPreferences.adml
2022-04-12 12:44:15 -05:00

38 lines
2.0 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_WIN">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</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.
When set to "Disabled" the user is allowed to choose the start button placement.</string>
<string id="ClassicTaskbarMenuPosition_Left">Left</string>
<string id="ClassicTaskbarMenuPosition_Center">Center</string>
<string id="ClassicTaskbarMenuPosition_Disabled">Disabled</string>
</stringTable>
<!-- Presentation IDs -->
<presentationTable>
<presentation id="ClassicTaskbarMenuPosition_PresentationID">
<dropdownList refId="ClassicTaskbarMenuPosition_Enum" noSort="false">Position</dropdownList>
</presentation>
</presentationTable>
</resources>
</policyDefinitionResources>