home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / DCOM.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  43 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 Microsoft Corporation  -->
  3. <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">
  4.   <policyNamespaces>
  5.     <target prefix="dcom" namespace="Microsoft.Policies.DECOM" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="DCOM" displayName="$(string.DCOM)">
  11.       <parentCategory ref="windows:System" />
  12.     </category>
  13.     <category name="DCOMAppCompatPolicies" displayName="$(string.DCOMAppCompatPolicies)">
  14.       <parentCategory ref="DCOM" />
  15.     </category>
  16.   </categories>
  17.   <policies>
  18.     <policy name="DCOMActivationSecurityCheckAllowLocalList" class="Machine" displayName="$(string.DCOMActivationSecurityCheckAllowLocalList)" explainText="$(string.DCOMActivationSecurityCheckAllowLocalList_Explain)" key="Software\Policies\Microsoft\Windows NT\DCOM\AppCompat" valueName="AllowLocalActivationSecurityCheckExemptionList">
  19.       <parentCategory ref="DCOMAppCompatPolicies" />
  20.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  21.       <enabledValue>
  22.         <decimal value="1" />
  23.       </enabledValue>
  24.       <disabledValue>
  25.         <decimal value="0" />
  26.       </disabledValue>
  27.     </policy>
  28.     <policy name="DCOMActivationSecurityCheckExemptionList" class="Machine" displayName="$(string.DCOMActivationSecurityCheckExemptionList)" explainText="$(string.DCOMActivationSecurityCheckExemptionList_Explain)" presentation="$(presentation.DCOMActivationSecurityCheckExemptionList)" key="Software\Policies\Microsoft\Windows NT\DCOM\AppCompat" valueName="ListBox_Support_ActivationSecurityCheckExemptionList">
  29.       <parentCategory ref="DCOMAppCompatPolicies" />
  30.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  31.       <enabledValue>
  32.         <decimal value="1" />
  33.       </enabledValue>
  34.       <disabledValue>
  35.         <decimal value="0" />
  36.       </disabledValue>
  37.       <elements>
  38.         <list id="DCOM_Lbl_ActSecCheckExemptionList" key="Software\Policies\Microsoft\Windows NT\DCOM\AppCompat\ActivationSecurityCheckExemptionList" additive="true" explicitValue="true" />
  39.       </elements>
  40.     </policy>
  41.   </policies>
  42. </policyDefinitions>
  43.