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 >
Wrap
Extensible Markup Language
|
2008-01-19
|
7KB
|
120 lines
<?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.1" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="search" namespace="Microsoft.Policies.Search" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
<using prefix="products" namespace="Microsoft.Policies.Products" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<supportedOn>
<definitions>
<!--At least Microsoft Windows Vista, or an earlier version with Windows Search-->
<definition name="SUPPORTED_VistaOrRedist" displayName="$(string.SUPPORTED_VistaOrRedist)">
<or>
<reference ref="products:SUPPORTED_WindowsPreVistaWithWindowsSearch" />
<reference ref="windows:SUPPORTED_WindowsVista" />
</or>
</definition>
</definitions>
</supportedOn>
<categories>
<category name="Search" displayName="$(string.Search)">
<parentCategory ref="windows:WindowsComponents" />
</category>
</categories>
<policies>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<elements>
<text id="PartDataDirectory" valueName="DataDirectory" required="true" maxLength="250" />
</elements>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
<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">
<parentCategory ref="Search" />
<supportedOn ref="SUPPORTED_VistaOrRedist" />
<enabledValue>
<decimal value="1" />
</enabledValue>
<disabledValue>
<decimal value="0" />
</disabledValue>
</policy>
</policies>
</policyDefinitions>