home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / LinkLayerTopologyDiscovery.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  4KB  |  89 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="linklayertopologydiscovery" namespace="Microsoft.Policies.LinkLayerTopology" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="LLTD_Category" displayName="$(string.LLTD_Category)" explainText="$(string.LLTD_Category_Help)">
  11.       <parentCategory ref="windows:Network" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="LLTD_EnableLLTDIO" class="Machine" displayName="$(string.LLTD_EnableLLTDIO)" explainText="$(string.LLTD_EnableLLTDIO_Help)" presentation="$(presentation.LLTD_EnableLLTDIO)" key="Software\Policies\Microsoft\Windows\LLTD" valueName="EnableLLTDIO">
  16.       <parentCategory ref="LLTD_Category" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  18.       <enabledValue>
  19.         <decimal value="1" />
  20.       </enabledValue>
  21.       <disabledValue>
  22.         <decimal value="0" />
  23.       </disabledValue>
  24.       <elements>
  25.         <boolean id="LLTD_EnableLLTDIO_AllowOnDomain" valueName="AllowLLTDIOOnDomain">
  26.           <trueValue>
  27.             <decimal value="1" />
  28.           </trueValue>
  29.           <falseValue>
  30.             <decimal value="0" />
  31.           </falseValue>
  32.         </boolean>
  33.         <boolean id="LLTD_EnableLLTDIO_AllowOnPublicNet" valueName="AllowLLTDIOOnPublicNet">
  34.           <trueValue>
  35.             <decimal value="1" />
  36.           </trueValue>
  37.           <falseValue>
  38.             <decimal value="0" />
  39.           </falseValue>
  40.         </boolean>
  41.         <boolean id="LLTD_EnableLLTDIO_ProhibitOnPrivateNet" valueName="ProhibitLLTDIOOnPrivateNet">
  42.           <trueValue>
  43.             <decimal value="1" />
  44.           </trueValue>
  45.           <falseValue>
  46.             <decimal value="0" />
  47.           </falseValue>
  48.         </boolean>
  49.       </elements>
  50.     </policy>
  51.     <policy name="LLTD_EnableRspndr" class="Machine" displayName="$(string.LLTD_EnableRspndr)" explainText="$(string.LLTD_EnableRspndr_Help)" presentation="$(presentation.LLTD_EnableRspndr)" key="Software\Policies\Microsoft\Windows\LLTD" valueName="EnableRspndr">
  52.       <parentCategory ref="LLTD_Category" />
  53.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  54.       <enabledValue>
  55.         <decimal value="1" />
  56.       </enabledValue>
  57.       <disabledValue>
  58.         <decimal value="0" />
  59.       </disabledValue>
  60.       <elements>
  61.         <boolean id="LLTD_EnableRspndr_AllowOnDomain" valueName="AllowRspndrOnDomain">
  62.           <trueValue>
  63.             <decimal value="1" />
  64.           </trueValue>
  65.           <falseValue>
  66.             <decimal value="0" />
  67.           </falseValue>
  68.         </boolean>
  69.         <boolean id="LLTD_EnableRspndr_AllowOnPublicNet" valueName="AllowRspndrOnPublicNet">
  70.           <trueValue>
  71.             <decimal value="1" />
  72.           </trueValue>
  73.           <falseValue>
  74.             <decimal value="0" />
  75.           </falseValue>
  76.         </boolean>
  77.         <boolean id="LLTD_EnableRspndr_ProhibitOnPrivateNet" valueName="ProhibitRspndrOnPrivateNet">
  78.           <trueValue>
  79.             <decimal value="1" />
  80.           </trueValue>
  81.           <falseValue>
  82.             <decimal value="0" />
  83.           </falseValue>
  84.         </boolean>
  85.       </elements>
  86.     </policy>
  87.   </policies>
  88. </policyDefinitions>
  89.