initial commit

This commit is contained in:
2022-04-12 12:04:47 -05:00
commit bc9886691f
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" ?>
<policyDefinitionResources revision="1.0" schemaVersion="1.0">
<displayName>
</displayName>
<description>
</description>
<resources>
<stringTable>
<!-- Supported Operating Systems -->
<string id="SUPPORTED_WIN7">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN7_ONLY">Microsoft Windows 7</string>
<!-- Category Names -->
<string id="uwo_DisplayName">Universal Windows Preferences</string>
<string id="W10_DisplayName">Windows 10 Preferences</string>
<string id="W11_DisplayName">Windows 11 Preferences</string>
<!-- -->
<string id="ClassicTaskbarMenuPosition_Display">Enable Classic Start Button Menu Position</string>
<string id="ClassicTaskbarMenuPosition_Explain">This configuration option determines the start button placement in Windows 11.
When enabled, the start button and other icons will be moved to the left of the screen like traditional windows environments.
When disabled, the start menu and icons will be centered in the screen.</string>
</stringTable>
</resources>
</policyDefinitionResources>