home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / AutoPlay.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  63 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="autoplay" namespace="Microsoft.Policies.AutoPlay" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="AutoPlay" displayName="$(string.AutoPlay)" explainText="$(string.AutoPlay_Help)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="NoAutorun" class="Both" displayName="$(string.NoAutorun)" explainText="$(string.NoAutorun_Help)" presentation="$(presentation.NoAutorun)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer">
  16.       <parentCategory ref="AutoPlay" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  18.       <elements>
  19.         <enum id="NoAutorun_Dropdown" valueName="NoAutorun">
  20.           <item displayName="$(string.NoAutorun_Disabled)">
  21.             <value>
  22.               <decimal value="1" />
  23.             </value>
  24.           </item>
  25.           <item displayName="$(string.NoAutorun_XP)">
  26.             <value>
  27.               <decimal value="2" />
  28.             </value>
  29.           </item>
  30.         </enum>
  31.       </elements>
  32.     </policy>
  33.     <policy name="DontSetAutoplayCheckbox" class="Both" displayName="$(string.DontSetAutoplayCheckbox)" explainText="$(string.DontSetAutoplayCheckbox_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="DontSetAutoplayCheckbox">
  34.       <parentCategory ref="AutoPlay" />
  35.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  36.       <enabledValue>
  37.         <decimal value="1" />
  38.       </enabledValue>
  39.       <disabledValue>
  40.         <decimal value="0" />
  41.       </disabledValue>
  42.     </policy>
  43.     <policy name="Autorun" class="Both" displayName="$(string.Autorun)" explainText="$(string.Autorun_Help)" presentation="$(presentation.Autorun)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer">
  44.       <parentCategory ref="AutoPlay" />
  45.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  46.       <elements>
  47.         <enum id="Autorun_Box" valueName="NoDriveTypeAutoRun" required="true">
  48.           <item displayName="$(string.Autorun_NoCD)">
  49.             <value>
  50.               <decimal value="181" />
  51.             </value>
  52.           </item>
  53.           <item displayName="$(string.Autorun_None)">
  54.             <value>
  55.               <decimal value="255" />
  56.             </value>
  57.           </item>
  58.         </enum>
  59.       </elements>
  60.     </policy>
  61.   </policies>
  62. </policyDefinitions>
  63.