49 lines
1.8 KiB
XML
49 lines
1.8 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)" name="SUPPORTED_WIN7"/>
|
|
<definition displayName="$(string.SUPPORTED_WIN7_ONLY)" name="SUPPORTED_WIN7_ONLY"/>
|
|
</definitions>
|
|
</supportedOn>
|
|
<categories>
|
|
<category displayName="$(string.CWP_DisplayName)" name="cwp">
|
|
<parentCategory ref="CWP:Cat_CWP"/>
|
|
</category>
|
|
<category displayName="$(string.uwo_DisplayName)" name="uwo">
|
|
<parentCategory ref="cwp"/>
|
|
</category>
|
|
<category displayName="$(string.W10_DisplayName)" name="w10">
|
|
<parentCategory ref="cwp"/>
|
|
</category>
|
|
<category displayName="$(string.W11_DisplayName)" name="w11">
|
|
<parentCategory ref="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>
|