home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / DnsClient.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  10KB  |  175 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="dnsclient" namespace="Microsoft.Policies.DNSClient" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="DNS_Client" displayName="$(string.DNS_Client)">
  11.       <parentCategory ref="windows:Network" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="DNS_Domain" class="Machine" displayName="$(string.DNS_Domain)" explainText="$(string.DNS_Domain_Help)" presentation="$(presentation.DNS_Domain)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  16.       <parentCategory ref="DNS_Client" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsXPOnly" />
  18.       <elements>
  19.         <text id="DNS_DomainLabel" valueName="AdapterDomainName" required="true" />
  20.       </elements>
  21.     </policy>
  22.     <policy name="DNS_NameServer" class="Machine" displayName="$(string.DNS_NameServer)" explainText="$(string.DNS_NameServer_Help)" presentation="$(presentation.DNS_NameServer)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  23.       <parentCategory ref="DNS_Client" />
  24.       <supportedOn ref="windows:SUPPORTED_WindowsXPOnly" />
  25.       <elements>
  26.         <text id="DNS_NameServerLabel" valueName="NameServer" required="true" />
  27.       </elements>
  28.     </policy>
  29.     <policy name="DNS_PrimaryDnsSuffix" class="Machine" displayName="$(string.DNS_PrimaryDnsSuffix)" explainText="$(string.DNS_PrimaryDnsSuffix_Help)" presentation="$(presentation.DNS_PrimaryDnsSuffix)" key="Software\Policies\Microsoft\System\DNSClient">
  30.       <parentCategory ref="DNS_Client" />
  31.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  32.       <elements>
  33.         <text id="DNS_PrimaryDnsSuffixBox" valueName="NV PrimaryDnsSuffix" />
  34.       </elements>
  35.     </policy>
  36.     <policy name="DNS_RegisterAdapterName" class="Machine" displayName="$(string.DNS_RegisterAdapterName)" explainText="$(string.DNS_RegisterAdapterName_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="RegisterAdapterName">
  37.       <parentCategory ref="DNS_Client" />
  38.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  39.       <enabledValue>
  40.         <decimal value="1" />
  41.       </enabledValue>
  42.       <disabledValue>
  43.         <decimal value="0" />
  44.       </disabledValue>
  45.     </policy>
  46.     <policy name="DNS_RegisterReverseLookup" class="Machine" displayName="$(string.DNS_RegisterReverseLookup)" explainText="$(string.DNS_RegisterReverseLookup_Help)" presentation="$(presentation.DNS_RegisterReverseLookup)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  47.       <parentCategory ref="DNS_Client" />
  48.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  49.       <elements>
  50.         <enum id="DNS_RegisterReverseLookup_Box" valueName="RegisterReverseLookup" required="true">
  51.           <item displayName="$(string.DNS_RegisterReverseLookup_RegisterOnlyIfASucceeds)">
  52.             <value>
  53.               <decimal value="2" />
  54.             </value>
  55.           </item>
  56.           <item displayName="$(string.DNS_RegisterReverseLookup_Register)">
  57.             <value>
  58.               <decimal value="1" />
  59.             </value>
  60.           </item>
  61.           <item displayName="$(string.DNS_RegisterReverseLookup_DoNotRegister)">
  62.             <value>
  63.               <decimal value="0" />
  64.             </value>
  65.           </item>
  66.         </enum>
  67.       </elements>
  68.     </policy>
  69.     <policy name="DNS_RegistrationEnabled" class="Machine" displayName="$(string.DNS_RegistrationEnabled)" explainText="$(string.DNS_RegistrationEnabled_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="RegistrationEnabled">
  70.       <parentCategory ref="DNS_Client" />
  71.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  72.       <enabledValue>
  73.         <decimal value="1" />
  74.       </enabledValue>
  75.       <disabledValue>
  76.         <decimal value="0" />
  77.       </disabledValue>
  78.     </policy>
  79.     <policy name="DNS_RegistrationOverwritesInConflict" class="Machine" displayName="$(string.DNS_RegistrationOverwritesInConflict)" explainText="$(string.DNS_RegistrationOverwritesInConflict_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="RegistrationOverwritesInConflict">
  80.       <parentCategory ref="DNS_Client" />
  81.       <supportedOn ref="windows:SUPPORTED_WindowsXPOnly" />
  82.       <enabledValue>
  83.         <decimal value="1" />
  84.       </enabledValue>
  85.       <disabledValue>
  86.         <decimal value="0" />
  87.       </disabledValue>
  88.     </policy>
  89.     <policy name="DNS_RegistrationRefreshInterval" class="Machine" displayName="$(string.DNS_RegistrationRefreshInterval)" explainText="$(string.DNS_RegistrationRefreshInterval_Help)" presentation="$(presentation.DNS_RegistrationRefreshInterval)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  90.       <parentCategory ref="DNS_Client" />
  91.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  92.       <elements>
  93.         <decimal id="DNS_RegistrationRefreshIntervalLabel" valueName="RegistrationRefreshInterval" minValue="1800" maxValue="4294967200" />
  94.       </elements>
  95.     </policy>
  96.     <policy name="DNS_RegistrationTtl" class="Machine" displayName="$(string.DNS_RegistrationTtl)" explainText="$(string.DNS_RegistrationTtl_Help)" presentation="$(presentation.DNS_RegistrationTtl)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  97.       <parentCategory ref="DNS_Client" />
  98.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  99.       <elements>
  100.         <decimal id="DNS_RegistrationTtlLabel" valueName="RegistrationTtl" maxValue="4294967200" />
  101.       </elements>
  102.     </policy>
  103.     <policy name="DNS_SearchList" class="Machine" displayName="$(string.DNS_SearchList)" explainText="$(string.DNS_SearchList_Help)" presentation="$(presentation.DNS_SearchList)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  104.       <parentCategory ref="DNS_Client" />
  105.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  106.       <elements>
  107.         <text id="DNS_SearchListLabel" valueName="SearchList" required="true" />
  108.       </elements>
  109.     </policy>
  110.     <policy name="DNS_UpdateSecurityLevel" class="Machine" displayName="$(string.DNS_UpdateSecurityLevel)" explainText="$(string.DNS_UpdateSecurityLevel_Help)" presentation="$(presentation.DNS_UpdateSecurityLevel)" key="Software\Policies\Microsoft\Windows NT\DNSClient">
  111.       <parentCategory ref="DNS_Client" />
  112.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  113.       <elements>
  114.         <enum id="DNS_UpdateSecurityLevel_Box" valueName="UpdateSecurityLevel" required="true">
  115.           <item displayName="$(string.DNS_UpdateSecurityLevel_OnlySecure)">
  116.             <value>
  117.               <decimal value="256" />
  118.             </value>
  119.           </item>
  120.           <item displayName="$(string.DNS_UpdateSecurityLevel_OnlyUnsecure)">
  121.             <value>
  122.               <decimal value="16" />
  123.             </value>
  124.           </item>
  125.           <item displayName="$(string.DNS_UpdateSecurityLevel_UnsecureFollowedBySecure)">
  126.             <value>
  127.               <decimal value="0" />
  128.             </value>
  129.           </item>
  130.         </enum>
  131.       </elements>
  132.     </policy>
  133.     <policy name="DNS_UpdateTopLevelDomainZones" class="Machine" displayName="$(string.DNS_UpdateTopLevelDomainZones)" explainText="$(string.DNS_UpdateTopLevelDomainZones_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="UpdateTopLevelDomainZones">
  134.       <parentCategory ref="DNS_Client" />
  135.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  136.       <enabledValue>
  137.         <decimal value="1" />
  138.       </enabledValue>
  139.       <disabledValue>
  140.         <decimal value="0" />
  141.       </disabledValue>
  142.     </policy>
  143.     <policy name="DNS_UseDomainNameDevolution" class="Machine" displayName="$(string.DNS_UseDomainNameDevolution)" explainText="$(string.DNS_UseDomainNameDevolution_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="UseDomainNameDevolution">
  144.       <parentCategory ref="DNS_Client" />
  145.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  146.       <enabledValue>
  147.         <decimal value="1" />
  148.       </enabledValue>
  149.       <disabledValue>
  150.         <decimal value="0" />
  151.       </disabledValue>
  152.     </policy>
  153.     <policy name="Turn_Off_Multicast" class="Machine" displayName="$(string.DNS_TurnOffMulticast)" explainText="$(string.DNS_TurnOffMulticast_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="EnableMulticast">
  154.       <parentCategory ref="DNS_Client" />
  155.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  156.       <enabledValue>
  157.         <decimal value="0" />
  158.       </enabledValue>
  159.       <disabledValue>
  160.         <decimal value="1" />
  161.       </disabledValue>
  162.     </policy>
  163.     <policy name="DNS_AppendToMultiLabelName" class="Machine" displayName="$(string.DNS_AppendToMultiLabelName)" explainText="$(string.DNS_AppendToMultiLabelName_Help)" key="Software\Policies\Microsoft\Windows NT\DNSClient" valueName="AppendToMultiLabelName">
  164.       <parentCategory ref="DNS_Client" />
  165.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  166.       <enabledValue>
  167.         <decimal value="1" />
  168.       </enabledValue>
  169.       <disabledValue>
  170.         <decimal value="0" />
  171.       </disabledValue>
  172.     </policy>
  173.   </policies>
  174. </policyDefinitions>
  175.