home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / WindowsFileProtection.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  59 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="windowsfileprotection" namespace="Microsoft.Policies.WindowsFileProtection" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="WFP" displayName="$(string.WFP)">
  11.       <parentCategory ref="windows:System" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="WFPDllCacheDir" class="Machine" displayName="$(string.WFPDllCacheDir)" explainText="$(string.WFPDllCacheDir_Help)" presentation="$(presentation.WFPDllCacheDir)" key="Software\Policies\Microsoft\Windows NT\Windows File Protection">
  16.       <parentCategory ref="WFP" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  18.       <elements>
  19.         <text id="WFPDllCacheDirBox" valueName="SFCDllCacheDir" required="true" />
  20.       </elements>
  21.     </policy>
  22.     <policy name="WFPQuota" class="Machine" displayName="$(string.WFPQuota)" explainText="$(string.WFPQuota_Help)" presentation="$(presentation.WFPQuota)" key="Software\Policies\Microsoft\Windows NT\Windows File Protection">
  23.       <parentCategory ref="WFP" />
  24.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  25.       <elements>
  26.         <decimal id="WFPQuota_Size" valueName="SfcQuota" maxValue="4294967295" />
  27.       </elements>
  28.     </policy>
  29.     <policy name="WFPScan" class="Machine" displayName="$(string.WFPScan)" explainText="$(string.WFPScan_Help)" presentation="$(presentation.WFPScan)" key="Software\Policies\Microsoft\Windows NT\Windows File Protection">
  30.       <parentCategory ref="WFP" />
  31.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  32.       <elements>
  33.         <enum id="WFPScanList" valueName="SfcScan" required="true">
  34.           <item displayName="$(string.WFPScan_NotAtBoot)">
  35.             <value>
  36.               <decimal value="0" />
  37.             </value>
  38.           </item>
  39.           <item displayName="$(string.WFPScan_AtBoot)">
  40.             <value>
  41.               <decimal value="1" />
  42.             </value>
  43.           </item>
  44.         </enum>
  45.       </elements>
  46.     </policy>
  47.     <policy name="WFPShowProgress" class="Machine" displayName="$(string.WFPShowProgress)" explainText="$(string.WFPShowProgress_Help)" key="Software\Policies\Microsoft\Windows NT\Windows File Protection" valueName="SfcShowProgress">
  48.       <parentCategory ref="WFP" />
  49.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  50.       <enabledValue>
  51.         <decimal value="0" />
  52.       </enabledValue>
  53.       <disabledValue>
  54.         <decimal value="1" />
  55.       </disabledValue>
  56.     </policy>
  57.   </policies>
  58. </policyDefinitions>
  59.