home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / Desktop.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  13KB  |  169 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="desktop" namespace="Microsoft.Policies.WindowsDesktop" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="ActiveDesktop" displayName="$(string.ActiveDesktop)">
  11.       <parentCategory ref="windows:Desktop" />
  12.     </category>
  13.     <category name="ActiveDirectory" displayName="$(string.ActiveDirectory)">
  14.       <parentCategory ref="windows:Desktop" />
  15.     </category>
  16.   </categories>
  17.   <policies>
  18.     <policy name="ForceActiveDesktopOn" class="User" displayName="$(string.ForceActiveDesktopOn)" explainText="$(string.ForceActiveDesktopOn_Help)" presentation="$(presentation.ForceActiveDesktopOn)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="ForceActiveDesktopOn">
  19.       <parentCategory ref="ActiveDesktop" />
  20.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  21.     </policy>
  22.     <policy name="NoActiveDesktop" class="User" displayName="$(string.NoActiveDesktop)" explainText="$(string.NoActiveDesktop_Help)" presentation="$(presentation.NoActiveDesktop)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoActiveDesktop">
  23.       <parentCategory ref="ActiveDesktop" />
  24.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  25.     </policy>
  26.     <policy name="NoActiveDesktopChanges" class="User" displayName="$(string.NoActiveDesktopChanges)" explainText="$(string.NoActiveDesktopChanges_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoActiveDesktopChanges">
  27.       <parentCategory ref="ActiveDesktop" />
  28.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  29.     </policy>
  30.     <policy name="sz_AdminComponents_Title" class="User" displayName="$(string.sz_AdminComponents_Title)" explainText="$(string.AdminComponents_Help)" presentation="$(presentation.sz_AdminComponents_Title)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\AdminComponent">
  31.       <parentCategory ref="ActiveDesktop" />
  32.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  33.       <elements>
  34.         <text id="sz_ATC_AdminAddItem" valueName="Add" />
  35.         <text id="sz_ATC_AdminDeleteItem" valueName="Delete" />
  36.       </elements>
  37.     </policy>
  38.     <policy name="sz_ATC_DisableAdd" class="User" displayName="$(string.sz_ATC_DisableAdd)" explainText="$(string.NoAddingComponents_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" valueName="NoAddingComponents">
  39.       <parentCategory ref="ActiveDesktop" />
  40.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  41.     </policy>
  42.     <policy name="sz_ATC_DisableClose" class="User" displayName="$(string.sz_ATC_DisableClose)" explainText="$(string.NoClosingComponents_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" valueName="NoClosingComponents">
  43.       <parentCategory ref="ActiveDesktop" />
  44.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  45.     </policy>
  46.     <policy name="sz_ATC_DisableDel" class="User" displayName="$(string.sz_ATC_DisableDel)" explainText="$(string.NoDeletingComponents_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" valueName="NoDeletingComponents">
  47.       <parentCategory ref="ActiveDesktop" />
  48.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  49.     </policy>
  50.     <policy name="sz_ATC_DisableEdit" class="User" displayName="$(string.sz_ATC_DisableEdit)" explainText="$(string.NoEditingComponents_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" valueName="NoEditingComponents">
  51.       <parentCategory ref="ActiveDesktop" />
  52.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  53.     </policy>
  54.     <policy name="sz_ATC_NoComponents" class="User" displayName="$(string.sz_ATC_NoComponents)" explainText="$(string.ATC_NoComponents_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" valueName="NoComponents">
  55.       <parentCategory ref="ActiveDesktop" />
  56.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  57.     </policy>
  58.     <policy name="sz_DWP_NoHTMLPaper" class="User" displayName="$(string.sz_DWP_NoHTMLPaper)" explainText="$(string.NoHTMLWallPaper_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop" valueName="NoHTMLWallPaper">
  59.       <parentCategory ref="ActiveDesktop" />
  60.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  61.     </policy>
  62.     <policy name="Wallpaper" class="User" displayName="$(string.Wallpaper)" explainText="$(string.Wallpaper_Help)" presentation="$(presentation.Wallpaper)" key="Software\Microsoft\Windows\CurrentVersion\Policies\System">
  63.       <parentCategory ref="ActiveDesktop" />
  64.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  65.       <elements>
  66.         <text id="WallpaperName" valueName="Wallpaper" required="true" />
  67.         <enum id="WallpaperStyle" valueName="WallpaperStyle" required="true">
  68.           <item displayName="$(string.WallpaperStyle_Center)">
  69.             <value>
  70.               <string>0</string>
  71.             </value>
  72.           </item>
  73.           <item displayName="$(string.WallpaperStyle_Tile)">
  74.             <value>
  75.               <string>1</string>
  76.             </value>
  77.           </item>
  78.           <item displayName="$(string.WallpaperStyle_Stretch)">
  79.             <value>
  80.               <string>2</string>
  81.             </value>
  82.           </item>
  83.         </enum>
  84.       </elements>
  85.     </policy>
  86.     <policy name="AD_EnableFilter" class="User" displayName="$(string.AD_EnableFilter)" explainText="$(string.AD_EnableFilter_Help)" key="Software\Policies\Microsoft\Windows\Directory UI" valueName="EnableFilter">
  87.       <parentCategory ref="ActiveDirectory" />
  88.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  89.     </policy>
  90.     <policy name="AD_HideDirectoryFolder" class="User" displayName="$(string.AD_HideDirectoryFolder)" explainText="$(string.AD_HideDirectoryFolder_Help)" key="Software\Policies\Microsoft\Windows\Directory UI" valueName="HideDirectoryFolder">
  91.       <parentCategory ref="ActiveDirectory" />
  92.       <supportedOn ref="windows:SUPPORTED_Win2kOnly" />
  93.     </policy>
  94.     <policy name="AD_QueryLimit" class="User" displayName="$(string.AD_QueryLimit)" explainText="$(string.AD_QueryLimit_Help)" presentation="$(presentation.AD_QueryLimit)" key="Software\Policies\Microsoft\Windows\Directory UI">
  95.       <parentCategory ref="ActiveDirectory" />
  96.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  97.       <elements>
  98.         <decimal id="AD_QueryLimit_Box" valueName="QueryLimit" required="true" maxValue="4000000000" />
  99.       </elements>
  100.     </policy>
  101.     <policy name="DisablePersonalDirChange" class="User" displayName="$(string.DisablePersonalDirChange)" explainText="$(string.DisablePersonalDirChange_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="DisablePersonalDirChange">
  102.       <parentCategory ref="windows:Desktop" />
  103.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  104.     </policy>
  105.     <policy name="NoDesktop" class="User" displayName="$(string.NoDesktop)" explainText="$(string.NoDesktop_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoDesktop">
  106.       <parentCategory ref="windows:Desktop" />
  107.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  108.     </policy>
  109.     <policy name="NoDesktopCleanupWizard" class="User" displayName="$(string.NoDesktopCleanupWizard)" explainText="$(string.NoDesktopCleanupWizard_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoDesktopCleanupWizard">
  110.       <parentCategory ref="windows:Desktop" />
  111.       <supportedOn ref="windows:SUPPORTED_WindowsXPOrServerOnly" />
  112.     </policy>
  113.     <policy name="NoInternetIcon" class="User" displayName="$(string.NoInternetIcon)" explainText="$(string.NoInternetIcon_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoInternetIcon">
  114.       <parentCategory ref="windows:Desktop" />
  115.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  116.     </policy>
  117.     <policy name="NoMyComputerIcon" class="User" displayName="$(string.NoMyComputerIcon)" explainText="$(string.NoMyComputerIcon_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum" valueName="{20D04FE0-3AEA-1069-A2D8-08002B30309D}">
  118.       <parentCategory ref="windows:Desktop" />
  119.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  120.       <enabledValue>
  121.         <decimal value="1" />
  122.       </enabledValue>
  123.       <disabledValue>
  124.         <decimal value="0" />
  125.       </disabledValue>
  126.     </policy>
  127.     <policy name="NoMyDocumentsIcon" class="User" displayName="$(string.NoMyDocumentsIcon)" explainText="$(string.NoMyDocumentsIcon_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum" valueName="{450D8FBA-AD25-11D0-98A8-0800361B1103}">
  128.       <parentCategory ref="windows:Desktop" />
  129.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  130.     </policy>
  131.     <policy name="NoNetHood" class="User" displayName="$(string.NoNetHood)" explainText="$(string.NoNetHood_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoNetHood">
  132.       <parentCategory ref="windows:Desktop" />
  133.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  134.     </policy>
  135.     <policy name="NoPropertiesMyComputer" class="User" displayName="$(string.NoPropertiesMyComputer)" explainText="$(string.NoPropertiesMyComputer_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoPropertiesMyComputer">
  136.       <parentCategory ref="windows:Desktop" />
  137.       <supportedOn ref="windows:SUPPORTED_Win2kSP3" />
  138.     </policy>
  139.     <policy name="NoPropertiesMyDocuments" class="User" displayName="$(string.NoPropertiesMyDocuments)" explainText="$(string.NoPropertiesMyDocuments_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoPropertiesMyDocuments">
  140.       <parentCategory ref="windows:Desktop" />
  141.       <supportedOn ref="windows:SUPPORTED_Win2kSP3" />
  142.     </policy>
  143.     <policy name="NoRecentDocsNetHood" class="User" displayName="$(string.NoRecentDocsNetHood)" explainText="$(string.NoRecentDocsNetHood_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoRecentDocsNetHood">
  144.       <parentCategory ref="windows:Desktop" />
  145.       <supportedOn ref="windows:SUPPORTED_WindowsPreVista" />
  146.     </policy>
  147.     <policy name="NoRecycleBinIcon" class="User" displayName="$(string.NoRecycleBinIcon)" explainText="$(string.NoRecycleBinIcon_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum" valueName="{645FF040-5081-101B-9F08-00AA002F954E}">
  148.       <parentCategory ref="windows:Desktop" />
  149.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  150.     </policy>
  151.     <policy name="NoRecycleBinProperties" class="User" displayName="$(string.NoRecycleBinProperties)" explainText="$(string.NoRecycleBinProperties_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoPropertiesRecycleBin">
  152.       <parentCategory ref="windows:Desktop" />
  153.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  154.     </policy>
  155.     <policy name="NoSaveSettings" class="User" displayName="$(string.NoSaveSettings)" explainText="$(string.NoSaveSettings_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoSaveSettings">
  156.       <parentCategory ref="windows:Desktop" />
  157.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  158.     </policy>
  159.     <policy name="sz_DB_DragDropClose" class="User" displayName="$(string.sz_DB_DragDropClose)" explainText="$(string.NoCloseDragDropBands_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoCloseDragDropBands">
  160.       <parentCategory ref="windows:Desktop" />
  161.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  162.     </policy>
  163.     <policy name="sz_DB_Moving" class="User" displayName="$(string.sz_DB_Moving)" explainText="$(string.NoMovingBands_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoMovingBands">
  164.       <parentCategory ref="windows:Desktop" />
  165.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  166.     </policy>
  167.   </policies>
  168. </policyDefinitions>
  169.