-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import templates for Windows 11 23H2
- Loading branch information
Showing
450 changed files
with
116,729 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) Microsoft. All rights reserved. --> | ||
<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="SoftwareProtectionPlatform" namespace="Microsoft.Policies.SoftwareProtectionPlatform" /> | ||
<using prefix="windows" namespace="Microsoft.Policies.Windows" /> | ||
</policyNamespaces> | ||
<resources minRequiredRevision="1.0" /> | ||
<categories> | ||
<category name="SoftwareProtectionPlatform" displayName="$(string.SoftwareProtectionPlatform)"> | ||
<parentCategory ref="windows:WindowsComponents" /> | ||
</category> | ||
</categories> | ||
|
||
<policies> | ||
<policy | ||
name="NoAcquireGT" | ||
class="Machine" | ||
displayName="$(string.NoAcquireGT)" | ||
explainText="$(string.NoAcquireGT_Help)" | ||
key="Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" | ||
valueName="NoGenTicket" | ||
> | ||
<parentCategory ref="SoftwareProtectionPlatform" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows_10_0" /> | ||
<enabledValue> | ||
<decimal value = "1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value = "0" /> | ||
</disabledValue> | ||
</policy> | ||
<policy | ||
name="AllowWindowsEntitlementReactivation" | ||
class="Machine" | ||
displayName="$(string.AllowWindowsEntitlementReactivation)" | ||
explainText="$(string.AllowWindowsEntitlementReactivation_Help)" | ||
key="Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" | ||
valueName="AllowWindowsEntitlementReactivation" | ||
> | ||
<parentCategory ref="SoftwareProtectionPlatform" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows_10_0" /> | ||
<enabledValue> | ||
<decimal value = "1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value = "0" /> | ||
</disabledValue> | ||
</policy> | ||
</policies> | ||
</policyDefinitions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- (c) 2015 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="accountnotifications" namespace="Microsoft.Policies.AccountNotifications" /> | ||
<using prefix="windows" namespace="Microsoft.Policies.Windows" /> | ||
</policyNamespaces> | ||
<resources minRequiredRevision="1.0" /> | ||
<categories> | ||
<category name="AccountNotifications" displayName="$(string.AccountNotifications)"> | ||
<parentCategory ref="windows:WindowsComponents" /> | ||
</category> | ||
</categories> | ||
<policies> | ||
<policy name="DisableAccountNotifications" class="User" displayName="$(string.DisableAccountNotifications)" explainText="$(string.DisableAccountNotificationsExplain)" key="SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\AccountNotifications" valueName="DisableAccountNotifications"> | ||
<parentCategory ref="AccountNotifications" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows_10_0_20H1_NOSERVER" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
</policy> | ||
</policies> | ||
</policyDefinitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<?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="AxInstSv" namespace="Microsoft.Policies.ActiveXInstallService" /> | ||
<using prefix="windows" namespace="Microsoft.Policies.Windows" /> | ||
</policyNamespaces> | ||
<resources minRequiredRevision="1.0" /> | ||
<categories> | ||
<category name="AxInstSv" displayName="$(string.AxInstSv)"> | ||
<parentCategory ref="windows:WindowsComponents" /> | ||
</category> | ||
</categories> | ||
<policies> | ||
<policy name="ApprovedActiveXInstallSites" class="Machine" displayName="$(string.ApprovedActiveXInstallSites)" explainText="$(string.ApprovedActiveXInstallSites_explain)" presentation="$(presentation.ApprovedActiveXInstallSites)" key="SOFTWARE\Policies\Microsoft\Windows\AxInstaller" valueName="ApprovedList"> | ||
<parentCategory ref="AxInstSv" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsVista" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
<elements> | ||
<list id="ApprovedActiveXInstallSiteslist" key="SOFTWARE\Policies\Microsoft\Windows\AxInstaller\ApprovedActiveXInstallSites" additive="true" explicitValue="true" /> | ||
</elements> | ||
</policy> | ||
<policy name="AxISURLZonePolicies" class="Machine" displayName="$(string.AxISURLZonePolicies)" explainText="$(string.AxISURLZonePolicies_explain)" presentation="$(presentation.AxISURLZonePolicies)" key="SOFTWARE\Policies\Microsoft\Windows\AxInstaller\AxISURLZonePolicies"> | ||
<parentCategory ref="AxInstSv" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsVista" /> | ||
<elements> | ||
<enum id="InstallTrustedOCX" valueName="InstallTrustedOCX" required="true"> | ||
<item displayName="$(string.TrustedZoneDisabled)"> | ||
<value> | ||
<decimal value="0" /> | ||
</value> | ||
</item> | ||
<item displayName="$(string.TrustedZonePrompt)"> | ||
<value> | ||
<decimal value="1" /> | ||
</value> | ||
</item> | ||
<item displayName="$(string.TrustedZoneSilentInstall)"> | ||
<value> | ||
<decimal value="2" /> | ||
</value> | ||
</item> | ||
</enum> | ||
<enum id="InstallSignedOCX" valueName="InstallSignedOCX" required="true"> | ||
<item displayName="$(string.TrustedZoneDisabled)"> | ||
<value> | ||
<decimal value="0" /> | ||
</value> | ||
</item> | ||
<item displayName="$(string.TrustedZonePrompt)"> | ||
<value> | ||
<decimal value="1" /> | ||
</value> | ||
</item> | ||
<item displayName="$(string.TrustedZoneSilentInstall)"> | ||
<value> | ||
<decimal value="2" /> | ||
</value> | ||
</item> | ||
</enum> | ||
<enum id="InstallUnSignedOCX" valueName="InstallUnSignedOCX" required="true"> | ||
<item displayName="$(string.TrustedZoneDisabled)"> | ||
<value> | ||
<decimal value="0" /> | ||
</value> | ||
</item> | ||
<item displayName="$(string.TrustedZonePrompt)"> | ||
<value> | ||
<decimal value="1" /> | ||
</value> | ||
</item> | ||
</enum> | ||
<boolean id="IgnoreUnknownCA" valueName="IgnoreUnknownCA" required="false"> | ||
<trueValue> | ||
<decimal value="1" /> | ||
</trueValue> | ||
<falseValue> | ||
<decimal value="0" /> | ||
</falseValue> | ||
</boolean> | ||
<boolean id="IgnoreInvalidCN" valueName="IgnoreInvalidCN" required="false"> | ||
<trueValue> | ||
<decimal value="1" /> | ||
</trueValue> | ||
<falseValue> | ||
<decimal value="0" /> | ||
</falseValue> | ||
</boolean> | ||
<boolean id="IgnoreInvalidCertDate" valueName="IgnoreInvalidCertDate" required="false"> | ||
<trueValue> | ||
<decimal value="1" /> | ||
</trueValue> | ||
<falseValue> | ||
<decimal value="0" /> | ||
</falseValue> | ||
</boolean> | ||
<boolean id="IgnoreWrongCertUsage" valueName="IgnoreWrongCertUsage" required="false"> | ||
<trueValue> | ||
<decimal value="1" /> | ||
</trueValue> | ||
<falseValue> | ||
<decimal value="0" /> | ||
</falseValue> | ||
</boolean> | ||
</elements> | ||
</policy> | ||
</policies> | ||
</policyDefinitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?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="addremoveprograms" namespace="Microsoft.Policies.AddRemovePrograms" /> | ||
<using prefix="windows" namespace="Microsoft.Policies.Windows" /> | ||
</policyNamespaces> | ||
<resources minRequiredRevision="1.0" /> | ||
<categories> | ||
<category name="Arp" displayName="$(string.Arp)"> | ||
<parentCategory ref="windows:ControlPanel" /> | ||
</category> | ||
</categories> | ||
<policies> | ||
<policy name="DefaultCategory" class="User" displayName="$(string.DefaultCategory)" explainText="$(string.DefaultCategory_Help)" presentation="$(presentation.DefaultCategory)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
<elements> | ||
<text id="DefaultCategoryBox" valueName="DefaultCategory" required="true" /> | ||
</elements> | ||
</policy> | ||
<policy name="NoAddFromCDorFloppy" class="User" displayName="$(string.NoAddFromCDorFloppy)" explainText="$(string.NoAddFromCDorFloppy_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoAddFromCDorFloppy"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoAddFromInternet" class="User" displayName="$(string.NoAddFromInternet)" explainText="$(string.NoAddFromInternet_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoAddFromInternet"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoAddFromNetwork" class="User" displayName="$(string.NoAddFromNetwork)" explainText="$(string.NoAddFromNetwork_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoAddFromNetwork"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoAddPage" class="User" displayName="$(string.NoAddPage)" explainText="$(string.NoAddPage_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoAddPage"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoAddRemovePrograms" class="User" displayName="$(string.NoAddRemovePrograms)" explainText="$(string.NoAddRemovePrograms_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoAddRemovePrograms"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoChooseProgramsPage" class="User" displayName="$(string.NoChooseProgramsPage)" explainText="$(string.NoChooseProgramsPage_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoChooseProgramsPage"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoRemovePage" class="User" displayName="$(string.NoRemovePage)" explainText="$(string.NoRemovePage_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoRemovePage"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoServices" class="User" displayName="$(string.NoServices)" explainText="$(string.NoServices_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoServices"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoSupportInfo" class="User" displayName="$(string.NoSupportInfo)" explainText="$(string.NoSupportInfo_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoSupportInfo"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
<policy name="NoWindowsSetupPage" class="User" displayName="$(string.NoWindowsSetupPage)" explainText="$(string.NoWindowsSetupPage_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall" valueName="NoWindowsSetupPage"> | ||
<parentCategory ref="Arp" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsPreVista" /> | ||
</policy> | ||
</policies> | ||
</policyDefinitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?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="AllowBuildPreview" namespace="Microsoft.Policies.AllowBuildPreview" /> | ||
<using prefix="windows" namespace="Microsoft.Policies.Windows" /> | ||
</policyNamespaces> | ||
<resources minRequiredRevision="1.0" /> | ||
<policies> | ||
<policy name="AllowBuildPreview" class="Machine" displayName="$(string.AllowBuildPreview)" explainText="$(string.AllowBuildPreview_Explain)" key="Software\Policies\Microsoft\Windows\PreviewBuilds" valueName="AllowBuildPreview"> | ||
<parentCategory ref="windows:DataCollectionAndPreviewBuilds" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows_10_0_UP_TO_RS2" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
</policy> | ||
</policies> | ||
</policyDefinitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?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="appcompat" namespace="Microsoft.Policies.ApplicationCompatibility" /> | ||
<using prefix="windows" namespace="Microsoft.Policies.Windows" /> | ||
</policyNamespaces> | ||
<resources minRequiredRevision="1.0" /> | ||
<categories> | ||
<category name="AppCompat" displayName="$(string.AppCompat)"> | ||
<parentCategory ref="windows:WindowsComponents" /> | ||
</category> | ||
</categories> | ||
<policies> | ||
<policy name="AppCompatPrevent16BitMach" class="Machine" displayName="$(string.AppCompatPrevent16BitMach)" explainText="$(string.AppCompat_Prevent16BitMach_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="VDMDisallowed"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsNET" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
</policy> | ||
<policy name="AppCompatRemoveProgramCompatPropPage" class="Machine" displayName="$(string.AppCompatRemoveProgramCompatPropPage)" explainText="$(string.AppCompat_RemoveProgramCompatPropPage_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="DisablePropPage"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsNET" /> | ||
</policy> | ||
<policy name="AppCompatTurnOffApplicationImpactTelemetry" class="Machine" displayName="$(string.AppCompatTurnOffApplicationImpactTelemetry)" explainText="$(string.AppCompat_TurnOffApplicationImpactTelemetry_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="AITEnable"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows7" /> | ||
<enabledValue> | ||
<decimal value="0" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="1" /> | ||
</disabledValue> | ||
</policy> | ||
<policy name="AppCompatTurnOffSwitchBack" class="Machine" displayName="$(string.AppCompatTurnOffSwitchBack)" explainText="$(string.AppCompat_TurnOffSwitchBack_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="SbEnable"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows7" /> | ||
<enabledValue> | ||
<decimal value="0" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="1" /> | ||
</disabledValue> | ||
</policy> | ||
<policy name="AppCompatTurnOffEngine" class="Machine" displayName="$(string.AppCompatTurnOffEngine)" explainText="$(string.AppCompat_TurnOffEngine_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="DisableEngine"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsNET" /> | ||
</policy> | ||
<policy name="AppCompatTurnOffProgramCompatibilityAssistant_1" class="User" displayName="$(string.AppCompatTurnOffProgramCompatibilityAssistant)" explainText="$(string.AppCompat_TurnOffProgramCompatibilityAssistant_Help_User)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="DisablePCA"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsVista" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
</policy> | ||
<policy name="AppCompatTurnOffProgramCompatibilityAssistant_2" class="Machine" displayName="$(string.AppCompatTurnOffProgramCompatibilityAssistant)" explainText="$(string.AppCompat_TurnOffProgramCompatibilityAssistant_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="DisablePCA"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_WindowsVista" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
</policy> | ||
<policy name="AppCompatTurnOffUserActionRecord" class="Machine" displayName="$(string.AppCompatTurnOffUserActionRecord)" explainText="$(string.AppCompat_TurnOffUserActionRecord_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="DisableUAR"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows7" /> | ||
<enabledValue> | ||
<decimal value="1" /> | ||
</enabledValue> | ||
<disabledValue> | ||
<decimal value="0" /> | ||
</disabledValue> | ||
</policy> | ||
<policy name="AppCompatTurnOffProgramInventory" class="Machine" displayName="$(string.AppCompatTurnOffProgramInventory)" explainText="$(string.AppCompat_TurnOffProgramInventory_Help)" key="Software\Policies\Microsoft\Windows\AppCompat" valueName="DisableInventory"> | ||
<parentCategory ref="AppCompat" /> | ||
<supportedOn ref="windows:SUPPORTED_Windows7" /> | ||
</policy> | ||
</policies> | ||
</policyDefinitions> |
Oops, something went wrong.