|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Windows/PolicyDefinitions/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="display" namespace="Microsoft.Policies.Display" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<categories>
<category name="DisplayCat" displayName="$(string.DisplayCat)">
<parentCategory ref="windows:System" />
</category>
</categories>
<policies>
<policy name="DisplayTurnOnGdiDPIScaling" class="Machine" displayName="$(string.DisplayTurnOnGdiDPIScaling)" explainText="$(string.Display_TurnOnGdiDPIScaling_Help)" presentation="$(presentation.DisplayTurnOnGdiDPIScaling)" key="Software\Policies\Microsoft\Windows\Display">
<parentCategory ref="DisplayCat" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_RS2" />
<elements>
<text id="DisplayTurnOnGdiDPIScalingPrompt" valueName="EnableGdiDPIScaling" required="true" />
</elements>
</policy>
<policy name="DisplayConfigureMultipleDisplayMode" class="Machine" displayName="$(string.DisplayConfigureMultipleDisplayMode)" explainText="$(string.Display_ConfigureMultipleDisplayModeHelp)" presentation="$(presentation.DisplayConfigureMultipleDisplayMode)" key="Software\Policies\Microsoft\Windows\Display">
<parentCategory ref="DisplayCat" />
<supportedOn ref="windows:SUPPORTED_Windows_11_0_24H2" />
<elements>
<enum id="DisplayConfigureMultipleDisplayModeSettings" key="System\CurrentControlSet\Control\GraphicsDrivers\Configuration" valueName="DefaultTopologySetting">
<item displayName="$(string.DisplayConfigureMultipleDisplayModeDefault)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.DisplayConfigureMultipleDisplayInternalOnly)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.DisplayConfigureMultipleDisplayExternalOnly)">
<value>
<decimal value="2" />
</value>
</item>
<item displayName="$(string.DisplayConfigureMultipleDisplayModeClone)">
<value>
<decimal value="3" />
</value>
</item>
<item displayName="$(string.DisplayConfigureMultipleDisplayModeExtend)">
<value>
<decimal value="4" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="DisplaySetClonePreferredResolutionSource" class="Machine" displayName="$(string.DisplaySetClonePreferredResolutionSource)" explainText="$(string.Display_SetClonePreferredResolutionSourceHelp)" presentation="$(presentation.DisplaySetClonePreferredResolutionSource)" key="System\CurrentControlSet\Control\GraphicsDrivers\Configuration">
<parentCategory ref="DisplayCat" />
<supportedOn ref="windows:SUPPORTED_Windows_11_0_24H2" />
<elements>
<enum id="DisplaySetClonePreferredResolutionSourceSettings" key="System\CurrentControlSet\Control\GraphicsDrivers\Configuration" valueName="DefaultCloneResolutionSetting">
<item displayName="$(string.DisplaySetClonePreferredResolutionSourceDefault)">
<value>
<decimal value="0" />
</value>
</item>
<item displayName="$(string.DisplaySetClonePreferredResolutionSourceInternal)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.DisplaySetClonePreferredResolutionSourceExternal)">
<value>
<decimal value="2" />
</value>
</item>
</enum>
</elements>
</policy>
<policy name="DisplayTurnOffGdiDPIScaling" class="Machine" displayName="$(string.DisplayTurnOffGdiDPIScaling)" explainText="$(string.Display_TurnOffGdiDPIScaling_Help)" presentation="$(presentation.DisplayTurnOffGdiDPIScaling)" key="Software\Policies\Microsoft\Windows\Display">
<parentCategory ref="DisplayCat" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_RS2" />
<elements>
<text id="DisplayTurnOffGdiDPIScalingPrompt" valueName="DisableGdiDPIScaling" required="true" />
</elements>
</policy>
<policy name="DisplayPerProcessSystemDpiSettings" class="Both" displayName="$(string.DisplayPerProcessSystemDpiSettings)" explainText="$(string.DisplayPerProcessSystemDpiSettingsHelp)" presentation="$(presentation.DisplayPerProcessSystemDpiSettings)" key="Software\Policies\Microsoft\Windows\Display">
<parentCategory ref="DisplayCat" />
<supportedOn ref="windows:SUPPORTED_Windows_10_0_RS4" />
<elements>
<enum id="DisplayGlobalPerProcessSystemDpiSettings" key="Software\Policies\Microsoft\Windows\Control Panel\Desktop" valueName="EnablePerProcessSystemDPI">
<item displayName="$(string.DisplayGlobalPerProcessSystemDpiEnable)">
<value>
<decimal value="1" />
</value>
</item>
<item displayName="$(string.DisplayGlobalPerProcessSystemDpiDisable)">
<value>
<decimal value="0" />
</value>
</item>
</enum>
<text id="DisplayEnablePerProcessSystemDpiSettings" valueName="EnablePerProcessSystemDPIForProcesses"/>
<text id="DisplayDisablePerProcessSystemDpiSettings" valueName="DisablePerProcessSystemDPIForProcesses"/>
</elements>
</policy>
</policies>
</policyDefinitions>