home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / Sideshow.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  7KB  |  177 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="sideshow" namespace="Microsoft.Policies.SideShow" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <categories>
  10.     <category name="SideShow" displayName="$(string.SideShow)">
  11.       <parentCategory ref="windows:WindowsComponents" />
  12.     </category>
  13.   </categories>
  14.   <policies>
  15.     <policy name="DeleteDataOnLogoff_1" class="User" displayName="$(string.DeleteDataOnLogoff)" explainText="$(string.DeleteDataOnLogoff_Explain)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="DeleteDataOnLogoff">
  16.       <parentCategory ref="SideShow" />
  17.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  18.       <enabledValue>
  19.         <decimal value="1" />
  20.       </enabledValue>
  21.       <disabledValue>
  22.         <decimal value="0" />
  23.       </disabledValue>
  24.     </policy>
  25.     <policy name="DeleteDataOnLogoff_2" class="Machine" displayName="$(string.DeleteDataOnLogoff)" explainText="$(string.DeleteDataOnLogoff_Explain)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="DeleteDataOnLogoff">
  26.       <parentCategory ref="SideShow" />
  27.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  28.       <enabledValue>
  29.         <decimal value="1" />
  30.       </enabledValue>
  31.       <disabledValue>
  32.         <decimal value="0" />
  33.       </disabledValue>
  34.     </policy>
  35.     <policy name="DisableWindowsSideShow_1" class="User" displayName="$(string.DisableWindowsSideShow)" explainText="$(string.DisableWindowsSideShow_Explain)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="Disabled">
  36.       <parentCategory ref="SideShow" />
  37.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  38.       <enabledValue>
  39.         <decimal value="1" />
  40.       </enabledValue>
  41.       <disabledValue>
  42.         <decimal value="0" />
  43.       </disabledValue>
  44.     </policy>
  45.     <policy name="DisableWindowsSideShow_2" class="Machine" displayName="$(string.DisableWindowsSideShow)" explainText="$(string.DisableWindowsSideShow_Explain)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="Disabled">
  46.       <parentCategory ref="SideShow" />
  47.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  48.       <enabledValue>
  49.         <decimal value="1" />
  50.       </enabledValue>
  51.       <disabledValue>
  52.         <decimal value="0" />
  53.       </disabledValue>
  54.     </policy>
  55.     <policy name="DisableAutoWake_1" class="User" displayName="$(string.DisableAutoWake)" explainText="$(string.DisableAutoWake_Explain)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="AutoWakeDisabled">
  56.       <parentCategory ref="SideShow" />
  57.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  58.       <enabledValue>
  59.         <decimal value="1" />
  60.       </enabledValue>
  61.       <disabledValue>
  62.         <decimal value="0" />
  63.       </disabledValue>
  64.     </policy>
  65.     <policy name="DisableAutoWake_2" class="Machine" displayName="$(string.DisableAutoWake)" explainText="$(string.DisableAutoWake_Explain)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="AutoWakeDisabled">
  66.       <parentCategory ref="SideShow" />
  67.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  68.       <enabledValue>
  69.         <decimal value="1" />
  70.       </enabledValue>
  71.       <disabledValue>
  72.         <decimal value="0" />
  73.       </disabledValue>
  74.     </policy>
  75.     <policy name="SetPIN_1" class="User" displayName="$(string.SetPIN)" explainText="$(string.SetPIN_Explain)" presentation="$(presentation.SetPIN_1)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="SetPIN">
  76.       <parentCategory ref="SideShow" />
  77.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  78.       <enabledValue>
  79.         <decimal value="1" />
  80.       </enabledValue>
  81.       <disabledValue>
  82.         <decimal value="0" />
  83.       </disabledValue>
  84.       <elements>
  85.         <decimal id="PINNumber" valueName="PIN" />
  86.         <enum id="PINTimeout" valueName="PINTimeout" required="true">
  87.           <item displayName="$(string.PINTimeout_WhenScreenIsOff)">
  88.             <value>
  89.               <decimal value="65535" />
  90.             </value>
  91.           </item>
  92.           <item displayName="$(string.PINTimeout_1Minute)">
  93.             <value>
  94.               <decimal value="60" />
  95.             </value>
  96.           </item>
  97.           <item displayName="$(string.PINTimeout_2Minutes)">
  98.             <value>
  99.               <decimal value="120" />
  100.             </value>
  101.           </item>
  102.           <item displayName="$(string.PINTimeout_5Minutes)">
  103.             <value>
  104.               <decimal value="300" />
  105.             </value>
  106.           </item>
  107.           <item displayName="$(string.PINTimeout_10Minutes)">
  108.             <value>
  109.               <decimal value="600" />
  110.             </value>
  111.           </item>
  112.           <item displayName="$(string.PINTimeout_30Minutes)">
  113.             <value>
  114.               <decimal value="1800" />
  115.             </value>
  116.           </item>
  117.           <item displayName="$(string.PINTimeout_Never)">
  118.             <value>
  119.               <decimal value="0" />
  120.             </value>
  121.           </item>
  122.         </enum>
  123.       </elements>
  124.     </policy>
  125.     <policy name="SetPIN_2" class="Machine" displayName="$(string.SetPIN)" explainText="$(string.SetPIN_Explain)" presentation="$(presentation.SetPIN_2)" key="Software\Policies\Microsoft\Windows\SideShow" valueName="SetPIN">
  126.       <parentCategory ref="SideShow" />
  127.       <supportedOn ref="windows:SUPPORTED_WindowsVista"/>
  128.       <enabledValue>
  129.         <decimal value="1" />
  130.       </enabledValue>
  131.       <disabledValue>
  132.         <decimal value="0" />
  133.       </disabledValue>
  134.       <elements>
  135.         <decimal id="PINNumber" valueName="PIN" />
  136.         <enum id="PINTimeout" valueName="PINTimeout" required="true">
  137.           <item displayName="$(string.PINTimeout_WhenScreenIsOff)">
  138.             <value>
  139.               <decimal value="65535" />
  140.             </value>
  141.           </item>
  142.           <item displayName="$(string.PINTimeout_1Minute)">
  143.             <value>
  144.               <decimal value="60" />
  145.             </value>
  146.           </item>
  147.           <item displayName="$(string.PINTimeout_2Minutes)">
  148.             <value>
  149.               <decimal value="120" />
  150.             </value>
  151.           </item>
  152.           <item displayName="$(string.PINTimeout_5Minutes)">
  153.             <value>
  154.               <decimal value="300" />
  155.             </value>
  156.           </item>
  157.           <item displayName="$(string.PINTimeout_10Minutes)">
  158.             <value>
  159.               <decimal value="600" />
  160.             </value>
  161.           </item>
  162.           <item displayName="$(string.PINTimeout_30Minutes)">
  163.             <value>
  164.               <decimal value="1800" />
  165.             </value>
  166.           </item>
  167.           <item displayName="$(string.PINTimeout_Never)">
  168.             <value>
  169.               <decimal value="0" />
  170.             </value>
  171.           </item>
  172.         </enum>
  173.       </elements>
  174.     </policy>
  175.   </policies>
  176. </policyDefinitions>
  177.