home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / Search.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  7KB  |  120 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"
  4.                    revision="1.1" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
  5.   <policyNamespaces>
  6.     <target prefix="search" namespace="Microsoft.Policies.Search" />
  7.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  8.     <using prefix="products" namespace="Microsoft.Policies.Products" />
  9.   </policyNamespaces>
  10.   <resources minRequiredRevision="1.0" />
  11.   
  12.   <supportedOn>
  13.     <definitions>
  14.       <!--At least Microsoft Windows Vista, or an earlier version with Windows Search-->
  15.       <definition name="SUPPORTED_VistaOrRedist" displayName="$(string.SUPPORTED_VistaOrRedist)">
  16.         <or>
  17.           <reference ref="products:SUPPORTED_WindowsPreVistaWithWindowsSearch" />
  18.           <reference ref="windows:SUPPORTED_WindowsVista" />
  19.         </or>
  20.       </definition>
  21.     </definitions>
  22.   </supportedOn>
  23.   
  24.   <categories>
  25.     <category name="Search" displayName="$(string.Search)">
  26.       <parentCategory ref="windows:WindowsComponents" />
  27.     </category>
  28.   </categories>
  29.   
  30.   <policies>
  31.     <policy name="AllowIndexingEncryptedStoresOrItems" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.AllowIndexingEncryptedStoresOrItems)" explainText="$(string.ExplainAllowIndexingEncryptedStoresOrItems)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="AllowIndexingEncryptedStoresOrItems">
  32.       <parentCategory ref="Search" />
  33.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  34.       <enabledValue>
  35.         <decimal value="1" />
  36.       </enabledValue>
  37.       <disabledValue>
  38.         <decimal value="0" />
  39.       </disabledValue>
  40.     </policy>
  41.     <policy name="AllowUsingDiacritics" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.AllowUsingDiacritics)" explainText="$(string.ExplainAllowUsingDiacritics)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="AllowUsingDiacritics">
  42.       <parentCategory ref="Search" />
  43.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  44.       <enabledValue>
  45.         <decimal value="1" />
  46.       </enabledValue>
  47.       <disabledValue>
  48.         <decimal value="0" />
  49.       </disabledValue>
  50.     </policy>
  51.     <policy name="DataDirectory" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.DataDirectory)" explainText="$(string.ExplainDataDirectory)" presentation="$(presentation.DataDirectory)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search">
  52.       <parentCategory ref="Search" />
  53.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  54.       <elements>
  55.         <text id="PartDataDirectory" valueName="DataDirectory" required="true" maxLength="250" />
  56.       </elements>
  57.     </policy>
  58.     <policy name="PreventIndexingEmailAttachments" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.PreventIndexingEmailAttachments)" explainText="$(string.ExplainPreventIndexingEmailAttachments)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="PreventIndexingEmailAttachments">
  59.       <parentCategory ref="Search" />
  60.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  61.       <enabledValue>
  62.         <decimal value="1" />
  63.       </enabledValue>
  64.       <disabledValue>
  65.         <decimal value="0" />
  66.       </disabledValue>
  67.     </policy>
  68.     <policy name="PreventIndexingOfflineFiles" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.PreventIndexingOfflineFiles)" explainText="$(string.ExplainPreventIndexingOfflineFiles)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="PreventIndexingOfflineFiles">
  69.       <parentCategory ref="Search" />
  70.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  71.       <enabledValue>
  72.         <decimal value="1" />
  73.       </enabledValue>
  74.       <disabledValue>
  75.         <decimal value="0" />
  76.       </disabledValue>
  77.     </policy>
  78.     <policy name="PreventIndexingOutlook" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.PreventIndexingOutlook)" explainText="$(string.ExplainPreventIndexingOutlook)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="PreventIndexingOutlook">
  79.       <parentCategory ref="Search" />
  80.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  81.       <enabledValue>
  82.         <decimal value="1" />
  83.       </enabledValue>
  84.       <disabledValue>
  85.         <decimal value="0" />
  86.       </disabledValue>
  87.     </policy>
  88.     <policy name="PreventIndexingPublicFolders" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.PreventIndexingPublicFolders)" explainText="$(string.ExplainPreventIndexingPublicFolders)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="PreventIndexingPublicFolders">
  89.       <parentCategory ref="Search" />
  90.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  91.       <enabledValue>
  92.         <decimal value="1" />
  93.       </enabledValue>
  94.       <disabledValue>
  95.         <decimal value="0" />
  96.       </disabledValue>
  97.     </policy>
  98.     <policy name="PreventIndexingUncachedExchangeFolders" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.PreventIndexingUncachedExchangeFolders)" explainText="$(string.ExplainPreventIndexingUncachedExchangeFolders)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="PreventIndexingUncachedExchangeFolders">
  99.       <parentCategory ref="Search" />
  100.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  101.       <enabledValue>
  102.         <decimal value="1" />
  103.       </enabledValue>
  104.       <disabledValue>
  105.         <decimal value="0" />
  106.       </disabledValue>
  107.     </policy>
  108.     <policy name="PreventUsingAdvancedIndexingOptions" clientExtension="{7933F41E-56F8-41d6-A31C-4148A711EE93}" class="Machine" displayName="$(string.PreventUsingAdvancedIndexingOptions)" explainText="$(string.ExplainPreventUsingAdvancedIndexingOptions)" key="SOFTWARE\Policies\Microsoft\Windows\Windows Search" valueName="PreventUsingAdvancedIndexingOptions">
  109.       <parentCategory ref="Search" />
  110.       <supportedOn ref="SUPPORTED_VistaOrRedist" />
  111.       <enabledValue>
  112.         <decimal value="1" />
  113.       </enabledValue>
  114.       <disabledValue>
  115.         <decimal value="0" />
  116.       </disabledValue>
  117.     </policy>
  118.   </policies>
  119. </policyDefinitions>
  120.