home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / MMC.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  4KB  |  73 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="mmc" namespace="Microsoft.Policies.ManagementConsole" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="MMC" displayName="$(string.MMC)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.     <category name="MMC_RESTRICT" displayName="$(string.MMC_RESTRICT)">
  14.       <parentCategory ref="MMC" />
  15.     </category>
  16.     <category name="MMC_ExtensionSnapins" displayName="$(string.MMC_ExtensionSnapins)">
  17.       <parentCategory ref="MMC_RESTRICT" />
  18.     </category>
  19.   </categories>
  20.   <policies>
  21.     <policy name="MMC_Restrict_Author" class="User" displayName="$(string.MMC_Restrict_Author)" explainText="$(string.MMC_restrict_Author_Explain)" key="Software\Policies\Microsoft\MMC" valueName="RestrictAuthorMode">
  22.       <parentCategory ref="MMC" />
  23.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  24.       <enabledValue>
  25.         <decimal value="1" />
  26.       </enabledValue>
  27.       <disabledValue>
  28.         <decimal value="0" />
  29.       </disabledValue>
  30.     </policy>
  31.     <policy name="MMC_Restrict_To_Permitted_Snapins" class="User" displayName="$(string.MMC_Restrict_To_Permitted_Snapins)" explainText="$(string.MMC_restrict_To_Permitted_Snapins_Explain)" key="Software\Policies\Microsoft\MMC" valueName="RestrictToPermittedSnapins">
  32.       <parentCategory ref="MMC" />
  33.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  34.       <enabledValue>
  35.         <decimal value="1" />
  36.       </enabledValue>
  37.       <disabledValue>
  38.         <decimal value="0" />
  39.       </disabledValue>
  40.     </policy>
  41.     <policy name="MMC_ExtendView" class="User" displayName="$(string.MMC_ExtendView)" explainText="$(string.MMC_Restrict_Explain)" key="Software\Policies\Microsoft\MMC\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}" valueName="Restrict_Run">
  42.       <parentCategory ref="MMC_ExtensionSnapins" />
  43.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  44.       <enabledValue>
  45.         <decimal value="0" />
  46.       </enabledValue>
  47.       <disabledValue>
  48.         <decimal value="1" />
  49.       </disabledValue>
  50.     </policy>
  51.     <policy name="MMC_ActiveXControl" class="User" displayName="$(string.MMC_ActiveXControl)" explainText="$(string.MMC_Restrict_Explain)" key="Software\Policies\Microsoft\MMC\{C96401CF-0E17-11D3-885B-00C04F72C717}" valueName="Restrict_Run">
  52.       <parentCategory ref="MMC_RESTRICT" />
  53.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  54.       <enabledValue>
  55.         <decimal value="0" />
  56.       </enabledValue>
  57.       <disabledValue>
  58.         <decimal value="1" />
  59.       </disabledValue>
  60.     </policy>
  61.     <policy name="MMC_LinkToWeb" class="User" displayName="$(string.MMC_LinkToWeb)" explainText="$(string.MMC_Restrict_Explain)" key="Software\Policies\Microsoft\MMC\{C96401D1-0E17-11D3-885B-00C04F72C717}" valueName="Restrict_Run">
  62.       <parentCategory ref="MMC_RESTRICT" />
  63.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  64.       <enabledValue>
  65.         <decimal value="0" />
  66.       </enabledValue>
  67.       <disabledValue>
  68.         <decimal value="1" />
  69.       </disabledValue>
  70.     </policy>
  71.   </policies>
  72. </policyDefinitions>
  73.