home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / Explorer.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  52 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="explorer" namespace="Microsoft.Policies.WindowsExplorer2" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <policies>
  10.     <policy name="AlwaysShowClassicMenu" class="User" displayName="$(string.AlwaysShowClassicMenu)" explainText="$(string.AlwaysShowClassicMenu_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="AlwaysShowClassicMenu">
  11.       <parentCategory ref="windows:WindowsExplorer" />
  12.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  13.       <enabledValue>
  14.         <decimal value="1" />
  15.       </enabledValue>
  16.       <disabledValue>
  17.         <decimal value="0" />
  18.       </disabledValue>
  19.     </policy>
  20.     <policy name="PreventItemCreationInUsersFilesFolder" class="User" displayName="$(string.PreventItemCreationInUsersFilesFolder)" explainText="$(string.PreventItemCreationInUsersFilesFolder_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="PreventItemCreationInUsersFilesFolder">
  21.       <parentCategory ref="windows:WindowsExplorer" />
  22.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  23.       <enabledValue>
  24.         <decimal value="1" />
  25.       </enabledValue>
  26.       <disabledValue>
  27.         <decimal value="0" />
  28.       </disabledValue>
  29.     </policy>
  30.     <policy name="TurnOffSPIAnimations" class="User" displayName="$(string.TurnOffSPIAnimations)" explainText="$(string.TurnOffSPIAnimations_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="TurnOffSPIAnimations">
  31.       <parentCategory ref="windows:WindowsExplorer" />
  32.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  33.       <enabledValue>
  34.         <decimal value="1" />
  35.       </enabledValue>
  36.       <disabledValue>
  37.         <decimal value="0" />
  38.       </disabledValue>
  39.     </policy>
  40.     <policy name="NoHeapTerminationOnCorruption" class="Machine" displayName="$(string.NoHeapTerminationOnCorruption)" explainText="$(string.NoHeapTerminationOnCorruption_Help)" key="Software\Policies\Microsoft\Windows\Explorer" valueName="NoHeapTerminationOnCorruption">
  41.       <parentCategory ref="windows:WindowsExplorer" />
  42.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  43.       <enabledValue>
  44.         <decimal value="1" />
  45.       </enabledValue>
  46.       <disabledValue>
  47.         <decimal value="0" />
  48.       </disabledValue>
  49.     </policy>
  50.   </policies>
  51. </policyDefinitions>
  52.