home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / AttachmentManager.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  6KB  |  114 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="attachmentmanager" namespace="Microsoft.Policies.AttachmentManager" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="AM_AM" displayName="$(string.AM_AM)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="AM_CallIOfficeAntiVirus" class="User" displayName="$(string.AM_CallIOfficeAntiVirus)" explainText="$(string.AM_ExplainCallIOfficeAntiVirus)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" valueName="ScanWithAntiVirus">
  16.       <parentCategory ref="AM_AM" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  18.       <enabledValue>
  19.         <decimal value="3" />
  20.       </enabledValue>
  21.       <disabledValue>
  22.         <decimal value="1" />
  23.       </disabledValue>
  24.     </policy>
  25.     <policy name="AM_EstimateFileHandlerRisk" class="User" displayName="$(string.AM_EstimateFileHandlerRisk)" explainText="$(string.AM_ExplainEstimateFileHandlerRisk)" presentation="$(presentation.AM_EstimateFileHandlerRisk)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Attachments">
  26.       <parentCategory ref="AM_AM" />
  27.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  28.       <elements>
  29.         <enum id="AM_TrustLogicSetting" valueName="UseTrustedHandlers">
  30.           <item displayName="$(string.AM_HandlerBased)">
  31.             <value>
  32.               <decimal value="2" />
  33.             </value>
  34.           </item>
  35.           <item displayName="$(string.AM_HandlerMostSecure)">
  36.             <value>
  37.               <decimal value="3" />
  38.             </value>
  39.           </item>
  40.           <item displayName="$(string.AM_HandlerDisabled)">
  41.             <value>
  42.               <decimal value="1" />
  43.             </value>
  44.           </item>
  45.         </enum>
  46.       </elements>
  47.     </policy>
  48.     <policy name="AM_MarkZoneOnSavedAtttachments" class="User" displayName="$(string.AM_MarkZoneOnSavedAtttachments)" explainText="$(string.AM_ExplainMarkZoneOnSavedAtttachments)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" valueName="SaveZoneInformation">
  49.       <parentCategory ref="AM_AM" />
  50.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  51.       <enabledValue>
  52.         <decimal value="1" />
  53.       </enabledValue>
  54.       <disabledValue>
  55.         <decimal value="2" />
  56.       </disabledValue>
  57.     </policy>
  58.     <policy name="AM_RemoveZoneInfo" class="User" displayName="$(string.AM_RemoveZoneInfo)" explainText="$(string.AM_ExplainRemoveZoneInfo)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Attachments" valueName="HideZoneInfoOnProperties">
  59.       <parentCategory ref="AM_AM" />
  60.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  61.       <enabledValue>
  62.         <decimal value="1" />
  63.       </enabledValue>
  64.       <disabledValue>
  65.         <decimal value="0" />
  66.       </disabledValue>
  67.     </policy>
  68.     <policy name="AM_SetFileRiskLevel" class="User" displayName="$(string.AM_SetFileRiskLevel)" explainText="$(string.AM_ExplainSetFileRiskLevel)" presentation="$(presentation.AM_SetFileRiskLevel)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Associations">
  69.       <parentCategory ref="AM_AM" />
  70.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  71.       <elements>
  72.         <enum id="AM_RiskLevel" valueName="DefaultFileTypeRisk">
  73.           <item displayName="$(string.AM_HighRisk)">
  74.             <value>
  75.               <decimal value="6150" />
  76.             </value>
  77.           </item>
  78.           <item displayName="$(string.AM_ModRisk)">
  79.             <value>
  80.               <decimal value="6151" />
  81.             </value>
  82.           </item>
  83.           <item displayName="$(string.AM_LowRisk)">
  84.             <value>
  85.               <decimal value="6152" />
  86.             </value>
  87.           </item>
  88.         </enum>
  89.       </elements>
  90.     </policy>
  91.     <policy name="AM_SetHighRiskInclusion" class="User" displayName="$(string.AM_SetHighRiskInclusion)" explainText="$(string.AM_ExplainSetHighRiskInclusion)" presentation="$(presentation.AM_SetHighRiskInclusion)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Associations">
  92.       <parentCategory ref="AM_AM" />
  93.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  94.       <elements>
  95.         <text id="AM_InstructHighRiskInclusionList" valueName="HighRiskFileTypes" required="true" />
  96.       </elements>
  97.     </policy>
  98.     <policy name="AM_SetLowRiskInclusion" class="User" displayName="$(string.AM_SetLowRiskInclusion)" explainText="$(string.AM_ExplainSetLowRiskInclusion)" presentation="$(presentation.AM_SetLowRiskInclusion)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Associations">
  99.       <parentCategory ref="AM_AM" />
  100.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  101.       <elements>
  102.         <text id="AM_InstructLowRiskInclusionList" valueName="LowRiskFileTypes" required="true" />
  103.       </elements>
  104.     </policy>
  105.     <policy name="AM_SetModRiskInclusion" class="User" displayName="$(string.AM_SetModRiskInclusion)" explainText="$(string.AM_ExplainSetModRiskInclusion)" presentation="$(presentation.AM_SetModRiskInclusion)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Associations">
  106.       <parentCategory ref="AM_AM" />
  107.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  108.       <elements>
  109.         <text id="AM_InstructModRiskInclusionList" valueName="ModRiskFileTypes" required="true" />
  110.       </elements>
  111.     </policy>
  112.   </policies>
  113. </policyDefinitions>
  114.