home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / EventViewer.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  38 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="eventviewer" namespace="Microsoft.Policies.EventViewer" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="EventViewer" displayName="$(string.EventViewer)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="EventViewer_RedirectionProgram" class="Machine" displayName="$(string.EventViewer_RedirectionProgram)" explainText="$(string.EventViewer_RedirectionProgram_Help)" presentation="$(presentation.EventViewer_RedirectionProgram)" key="Software\Policies\Microsoft\EventViewer">
  16.       <parentCategory ref="EventViewer" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  18.       <elements>
  19.         <text id="EventViewer_RedirectionProgram" valueName="MicrosoftRedirectionProgram" expandable="true" />
  20.       </elements>
  21.     </policy>
  22.     <policy name="EventViewer_RedirectionProgramCommandLineParameters" class="Machine" displayName="$(string.EventViewer_RedirectionProgramCommandLineParameters)" explainText="$(string.EventViewer_RedirectionProgramCommandLineParameters_Help)" presentation="$(presentation.EventViewer_RedirectionProgramCommandLineParameters)" key="Software\Policies\Microsoft\EventViewer">
  23.       <parentCategory ref="EventViewer" />
  24.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  25.       <elements>
  26.         <text id="EventViewer_RedirectionProgramCommandLineParameters" valueName="MicrosoftRedirectionProgramCommandLineParameters" />
  27.       </elements>
  28.     </policy>
  29.     <policy name="EventViewer_RedirectionURL" class="Machine" displayName="$(string.EventViewer_RedirectionURL)" explainText="$(string.EventViewer_RedirectionURL_Help)" presentation="$(presentation.EventViewer_RedirectionURL)" key="Software\Policies\Microsoft\EventViewer">
  30.       <parentCategory ref="EventViewer" />
  31.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  32.       <elements>
  33.         <text id="EventViewer_RedirectionURL" valueName="MicrosoftRedirectionURL" />
  34.       </elements>
  35.     </policy>
  36.   </policies>
  37. </policyDefinitions>
  38.