home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / SystemResourceManager.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  48 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="systemresourcemanager" namespace="Microsoft.Policies.SystemResourceManager" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="WSRM" displayName="$(string.WSRM)" explainText="$(string.KeyName_Explain)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="AccountingEnabled" class="Machine" displayName="$(string.AccountingEnabled)" explainText="$(string.AccountingEnabled_Explain)" key="Software\Microsoft\Windows\CurrentVersion\Policies\WSRM" valueName="AccountingEnabled">
  16.       <parentCategory ref="WSRM" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  18.       <enabledValue>
  19.         <decimal value="1" />
  20.       </enabledValue>
  21.       <disabledValue>
  22.         <decimal value="0" />
  23.       </disabledValue>
  24.     </policy>
  25.     <policy name="EmailIds" class="Machine" displayName="$(string.EmailIds)" explainText="$(string.EmailIds_Explain)" presentation="$(presentation.EmailIds)" key="Software\Microsoft\Windows\CurrentVersion\Policies\WSRM">
  26.       <parentCategory ref="WSRM" />
  27.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  28.       <elements>
  29.         <text id="EmailIdsConfiguration" valueName="EmailIds" required="true" maxLength="255" />
  30.       </elements>
  31.     </policy>
  32.     <policy name="RecordWriteInterval" class="Machine" displayName="$(string.RecordWriteInterval)" explainText="$(string.RecordWriteInterval_Explain)" presentation="$(presentation.RecordWriteInterval)" key="Software\Microsoft\Windows\CurrentVersion\Policies\WSRM">
  33.       <parentCategory ref="WSRM" />
  34.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  35.       <elements>
  36.         <decimal id="Write_Interval" valueName="RecordWriteInterval" required="true" minValue="2" maxValue="60000" />
  37.       </elements>
  38.     </policy>
  39.     <policy name="SMTPServer" class="Machine" displayName="$(string.SMTPServer)" explainText="$(string.SMTPServerConfiguration_Explain)" presentation="$(presentation.SMTPServer)" key="Software\Microsoft\Windows\CurrentVersion\Policies\WSRM">
  40.       <parentCategory ref="WSRM" />
  41.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  42.       <elements>
  43.         <text id="SMTPServerConfiguration" valueName="SMTPServer" required="true" maxLength="255" />
  44.       </elements>
  45.     </policy>
  46.   </policies>
  47. </policyDefinitions>
  48.