initial commit
This commit is contained in:
10
CWP.admx
Normal file
10
CWP.admx
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<policyDefinitions revision="1.0" schemaVersion="1.0">
|
||||||
|
<policyNamespaces>
|
||||||
|
<target namespace="CWP.Policies" prefix="CWP"/>
|
||||||
|
</policyNamespaces>
|
||||||
|
<resources minRequiredRevision="1.0" />
|
||||||
|
<categories>
|
||||||
|
<category displayName="$(string.CWP_DisplayName)" name="Cat_CWP"/>
|
||||||
|
</categories>
|
||||||
|
</policyDefinitions>
|
55
CustomWindowsPreferences.admx
Normal file
55
CustomWindowsPreferences.admx
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
<?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)" name="SUPPORTED_WIN7"/>
|
||||||
|
<definition displayName="$(string.SUPPORTED_WIN7_ONLY)" name="SUPPORTED_WIN7_ONLY"/>
|
||||||
|
</definitions>
|
||||||
|
</supportedOn>
|
||||||
|
<categories>
|
||||||
|
<category displayName="$(string.uwo_DisplayName)" name="uwo">
|
||||||
|
<parentCategory ref="CWP:Cat_CWP"/>
|
||||||
|
</category>
|
||||||
|
<category displayName="$(string.W10_DisplayName)" name="w10">
|
||||||
|
<parentCategory ref="CWP:Cat_CWP"/>
|
||||||
|
</category>
|
||||||
|
<category displayName="$(string.W11_DisplayName)" name="w11">
|
||||||
|
<parentCategory ref="CWP:Cat_CWP"/>
|
||||||
|
</category>
|
||||||
|
</categories>
|
||||||
|
<policies>
|
||||||
|
<policy
|
||||||
|
name="ClassicTaskbarMenuPosition"
|
||||||
|
class="User"
|
||||||
|
displayName="$(string.ClassicTaskbarMenuPosition_Display)"
|
||||||
|
explainText="$(string.ClassicTaskbarMenuPosition_Explain)"
|
||||||
|
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
||||||
|
valueName="TaskbarAl"
|
||||||
|
>
|
||||||
|
<parentCategory ref="w11"/>
|
||||||
|
<supportedOn ref="SUPPORTED_WIN7"/>
|
||||||
|
<enabledValue>
|
||||||
|
<decimal value="0"/>
|
||||||
|
</enabledValue>
|
||||||
|
<disabledValue>
|
||||||
|
<decimal value="1"/>
|
||||||
|
</disabledValue>
|
||||||
|
</policy>
|
||||||
|
</policies>
|
||||||
|
</policyDefinitions>
|
||||||
|
|
||||||
|
|
||||||
|
CATEGORY "Windows 11 Customization"
|
||||||
|
POLICY "Classic Taskbar Menu Position (Left)"
|
||||||
|
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
||||||
|
EXPLAIN "When this setting is enabled, this policy will move all the icons to the left side."
|
||||||
|
VALUENAME "TaskbarAl"
|
||||||
|
VALUEON NUMERIC 0
|
||||||
|
VALUEOFF NUMERIC 1
|
||||||
|
END POLICY
|
12
en-US/CWP.adml
Normal file
12
en-US/CWP.adml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<policyDefinitionResources revision="1.0" schemaVersion="1.0">
|
||||||
|
<displayName>
|
||||||
|
</displayName>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
<resources>
|
||||||
|
<stringTable>
|
||||||
|
<string id="CWP_DisplayName">Custom Windows Preferences</string>
|
||||||
|
</stringTable>
|
||||||
|
</resources>
|
||||||
|
</policyDefinitionResources>
|
25
en-US/CustomWindowsPreferences.adml
Normal file
25
en-US/CustomWindowsPreferences.adml
Normal 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>
|
Reference in New Issue
Block a user