home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / WindowsUpdate.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  18KB  |  407 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="wuau" namespace="Microsoft.Policies.WindowsUpdate" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <supersededAdm fileName="wuau.adm" />
  9.   <resources minRequiredRevision="1.0" />
  10.   <categories>
  11.     <category name="WindowsUpdateCat" displayName="$(string.WindowsUpdateCat)">
  12.       <parentCategory ref="windows:WindowsComponents" />
  13.     </category>
  14.   </categories>
  15.   <policies>
  16.     <policy name="NoAutoUpdate" class="User" displayName="$(string.NoAutoUpdate)" explainText="$(string.NoAutoUpdate_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="NoAutoUpdate">
  17.       <parentCategory ref="windows:System" />
  18.       <supportedOn ref="windows:SUPPORTED_WindowsXPOnly" />
  19.       <enabledValue>
  20.         <decimal value="1" />
  21.       </enabledValue>
  22.       <disabledValue>
  23.         <decimal value="0" />
  24.       </disabledValue>
  25.     </policy>
  26.     <policy name="AUDontShowUasPolicy" class="Both" displayName="$(string.AUDontShowUasPolicy)" explainText="$(string.AUDontShowUasHelp)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="NoAUShutdownOption">
  27.       <parentCategory ref="WindowsUpdateCat" />
  28.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  29.       <enabledValue>
  30.         <decimal value="1" />
  31.       </enabledValue>
  32.       <disabledValue>
  33.         <decimal value="0" />
  34.       </disabledValue>
  35.     </policy>
  36.     <policy name="AUNoUasDefaultPolicy_User" class="User" displayName="$(string.AUNoUasDefaultPolicy)" explainText="$(string.AUNoUasDefaultHelp_User)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="NoAUAsDefaultShutdownOption">
  37.       <parentCategory ref="WindowsUpdateCat" />
  38.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  39.       <enabledValue>
  40.         <decimal value="1" />
  41.       </enabledValue>
  42.       <disabledValue>
  43.         <decimal value="0" />
  44.       </disabledValue>
  45.     </policy>
  46.     <policy name="AUNoUasDefaultPolicy_Mach" class="Machine" displayName="$(string.AUNoUasDefaultPolicy)" explainText="$(string.AUNoUasDefaultHelp_Mach)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="NoAUAsDefaultShutdownOption">
  47.       <parentCategory ref="WindowsUpdateCat" />
  48.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP2" />
  49.       <enabledValue>
  50.         <decimal value="1" />
  51.       </enabledValue>
  52.       <disabledValue>
  53.         <decimal value="0" />
  54.       </disabledValue>
  55.     </policy>    
  56.     <policy name="RemoveWindowsUpdate" class="User" displayName="$(string.RemoveWindowsUpdate)" explainText="$(string.RemoveWindowsUpdate_Help)" key="Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate" valueName="DisableWindowsUpdateAccess">
  57.       <parentCategory ref="WindowsUpdateCat" />
  58.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  59.     </policy>
  60.     <policy name="AutoUpdateCfg" class="Machine" displayName="$(string.AutoUpdateCfg)" explainText="$(string.AutoUpdateCfg_Help)" presentation="$(presentation.AutoUpdateCfg)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="NoAutoUpdate">
  61.       <parentCategory ref="WindowsUpdateCat" />
  62.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  63.       <enabledValue>
  64.         <decimal value="0" />
  65.       </enabledValue>
  66.       <disabledValue>
  67.         <decimal value="1" />
  68.       </disabledValue>
  69.       <elements>
  70.         <enum id="AutoUpdateMode" valueName="AUOptions" required="true">
  71.           <item displayName="$(string.AutoUpdateModeNotify)">
  72.             <value>
  73.               <decimal value="2" />
  74.             </value>
  75.           </item>
  76.           <item displayName="$(string.AutoUpdateModeDownload)">
  77.             <value>
  78.               <decimal value="3" />
  79.             </value>
  80.           </item>
  81.           <item displayName="$(string.AutoUpdateModeAuto)">
  82.             <value>
  83.               <decimal value="4" />
  84.             </value>
  85.           </item>
  86.           <item displayName="$(string.AutoUpdateModeAdminChooses)">
  87.             <value>
  88.               <decimal value="5" />
  89.             </value>
  90.           </item>
  91.         </enum>
  92.         <enum id="AutoUpdateSchDay" valueName="ScheduledInstallDay" required="true">
  93.           <item displayName="$(string.AutoUpdateSchDay_Everyday)">
  94.             <value>
  95.               <decimal value="0" />
  96.             </value>
  97.           </item>
  98.           <item displayName="$(string.AutoUpdateSchDay_Sunday)">
  99.             <value>
  100.               <decimal value="1" />
  101.             </value>
  102.           </item>
  103.           <item displayName="$(string.AutoUpdateSchDay_Monday)">
  104.             <value>
  105.               <decimal value="2" />
  106.             </value>
  107.           </item>
  108.           <item displayName="$(string.AutoUpdateSchDay_Tuesday)">
  109.             <value>
  110.               <decimal value="3" />
  111.             </value>
  112.           </item>
  113.           <item displayName="$(string.AutoUpdateSchDay_Wednesday)">
  114.             <value>
  115.               <decimal value="4" />
  116.             </value>
  117.           </item>
  118.           <item displayName="$(string.AutoUpdateSchDay_Thursday)">
  119.             <value>
  120.               <decimal value="5" />
  121.             </value>
  122.           </item>
  123.           <item displayName="$(string.AutoUpdateSchDay_Friday)">
  124.             <value>
  125.               <decimal value="6" />
  126.             </value>
  127.           </item>
  128.           <item displayName="$(string.AutoUpdateSchDay_Saturday)">
  129.             <value>
  130.               <decimal value="7" />
  131.             </value>
  132.           </item>
  133.         </enum>
  134.         <enum id="AutoUpdateSchTime" valueName="ScheduledInstallTime" required="true">
  135.           <item displayName="$(string.AutoUpdateSchTime0)">
  136.             <value>
  137.               <decimal value="0" />
  138.             </value>
  139.           </item>
  140.           <item displayName="$(string.AutoUpdateSchTime1)">
  141.             <value>
  142.               <decimal value="1" />
  143.             </value>
  144.           </item>
  145.           <item displayName="$(string.AutoUpdateSchTime2)">
  146.             <value>
  147.               <decimal value="2" />
  148.             </value>
  149.           </item>
  150.           <item displayName="$(string.AutoUpdateSchTime3)">
  151.             <value>
  152.               <decimal value="3" />
  153.             </value>
  154.           </item>
  155.           <item displayName="$(string.AutoUpdateSchTime4)">
  156.             <value>
  157.               <decimal value="4" />
  158.             </value>
  159.           </item>
  160.           <item displayName="$(string.AutoUpdateSchTime5)">
  161.             <value>
  162.               <decimal value="5" />
  163.             </value>
  164.           </item>
  165.           <item displayName="$(string.AutoUpdateSchTime6)">
  166.             <value>
  167.               <decimal value="6" />
  168.             </value>
  169.           </item>
  170.           <item displayName="$(string.AutoUpdateSchTime7)">
  171.             <value>
  172.               <decimal value="7" />
  173.             </value>
  174.           </item>
  175.           <item displayName="$(string.AutoUpdateSchTime8)">
  176.             <value>
  177.               <decimal value="8" />
  178.             </value>
  179.           </item>
  180.           <item displayName="$(string.AutoUpdateSchTime9)">
  181.             <value>
  182.               <decimal value="9" />
  183.             </value>
  184.           </item>
  185.           <item displayName="$(string.AutoUpdateSchTime10)">
  186.             <value>
  187.               <decimal value="10" />
  188.             </value>
  189.           </item>
  190.           <item displayName="$(string.AutoUpdateSchTime11)">
  191.             <value>
  192.               <decimal value="11" />
  193.             </value>
  194.           </item>
  195.           <item displayName="$(string.AutoUpdateSchTime12)">
  196.             <value>
  197.               <decimal value="12" />
  198.             </value>
  199.           </item>
  200.           <item displayName="$(string.AutoUpdateSchTime13)">
  201.             <value>
  202.               <decimal value="13" />
  203.             </value>
  204.           </item>
  205.           <item displayName="$(string.AutoUpdateSchTime14)">
  206.             <value>
  207.               <decimal value="14" />
  208.             </value>
  209.           </item>
  210.           <item displayName="$(string.AutoUpdateSchTime15)">
  211.             <value>
  212.               <decimal value="15" />
  213.             </value>
  214.           </item>
  215.           <item displayName="$(string.AutoUpdateSchTime16)">
  216.             <value>
  217.               <decimal value="16" />
  218.             </value>
  219.           </item>
  220.           <item displayName="$(string.AutoUpdateSchTime17)">
  221.             <value>
  222.               <decimal value="17" />
  223.             </value>
  224.           </item>
  225.           <item displayName="$(string.AutoUpdateSchTime18)">
  226.             <value>
  227.               <decimal value="18" />
  228.             </value>
  229.           </item>
  230.           <item displayName="$(string.AutoUpdateSchTime19)">
  231.             <value>
  232.               <decimal value="19" />
  233.             </value>
  234.           </item>
  235.           <item displayName="$(string.AutoUpdateSchTime20)">
  236.             <value>
  237.               <decimal value="20" />
  238.             </value>
  239.           </item>
  240.           <item displayName="$(string.AutoUpdateSchTime21)">
  241.             <value>
  242.               <decimal value="21" />
  243.             </value>
  244.           </item>
  245.           <item displayName="$(string.AutoUpdateSchTime22)">
  246.             <value>
  247.               <decimal value="22" />
  248.             </value>
  249.           </item>
  250.           <item displayName="$(string.AutoUpdateSchTime23)">
  251.             <value>
  252.               <decimal value="23" />
  253.             </value>
  254.           </item>
  255.         </enum>
  256.       </elements>
  257.     </policy>
  258.     <policy name="CorpWuURL" class="Machine" displayName="$(string.CorpWuURL)" explainText="$(string.CorpWuURL_Help)" presentation="$(presentation.CorpWuURL)" key="Software\Policies\Microsoft\Windows\WindowsUpdate">
  259.       <parentCategory ref="WindowsUpdateCat" />
  260.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  261.       <enabledList>
  262.         <item key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="UseWUServer">
  263.           <value>
  264.             <decimal value="1" />
  265.           </value>
  266.         </item>
  267.       </enabledList>
  268.       <disabledList>
  269.         <item key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="UseWUServer">
  270.           <value>
  271.             <decimal value="0" />
  272.           </value>
  273.         </item>
  274.       </disabledList>
  275.       <elements>
  276.         <text id="CorpWUURL_Name" valueName="WUServer" required="true" />
  277.         <text id="CorpWUStatusURL_Name" valueName="WUStatusServer" required="true" />
  278.       </elements>
  279.     </policy>
  280.     <policy name="DetectionFrequency_Title" class="Machine" displayName="$(string.DetectionFrequency_Title)" explainText="$(string.DetectionFrequency_Help)" presentation="$(presentation.DetectionFrequency_Title)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="DetectionFrequencyEnabled">
  281.       <parentCategory ref="WindowsUpdateCat" />
  282.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  283.       <enabledValue>
  284.         <decimal value="1" />
  285.       </enabledValue>
  286.       <disabledValue>
  287.         <decimal value="0" />
  288.       </disabledValue>
  289.       <elements>
  290.         <decimal id="DetectionFrequency_Hour2" valueName="DetectionFrequency" required="true" minValue="1" maxValue="22" />
  291.       </elements>
  292.     </policy>
  293.     <policy name="ElevateNonAdmins_Title" class="Machine" displayName="$(string.ElevateNonAdmins_Title)" explainText="$(string.ElevateNonAdmins_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate" valueName="ElevateNonAdmins">
  294.       <parentCategory ref="WindowsUpdateCat" />
  295.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  296.       <enabledValue>
  297.         <decimal value="1" />
  298.       </enabledValue>
  299.       <disabledValue>
  300.         <decimal value="0" />
  301.       </disabledValue>
  302.     </policy>
  303.     <policy name="ImmediateInstall_Title" class="Machine" displayName="$(string.ImmediateInstall_Title)" explainText="$(string.ImmediateInstall_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="AutoInstallMinorUpdates">
  304.       <parentCategory ref="WindowsUpdateCat" />
  305.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  306.       <enabledValue>
  307.         <decimal value="1" />
  308.       </enabledValue>
  309.       <disabledValue>
  310.         <decimal value="0" />
  311.       </disabledValue>
  312.     </policy>
  313.     <policy name="IncludeRecommendedUpdates_Title" class="Machine" displayName="$(string.IncludeRecommendedUpdates_Title)" explainText="$(string.IncludeRecommendedUpdates_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="IncludeRecommendedUpdates">
  314.       <parentCategory ref="WindowsUpdateCat" />
  315.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  316.       <enabledValue>
  317.         <decimal value="1" />
  318.       </enabledValue>
  319.       <disabledValue>
  320.         <decimal value="0" />
  321.       </disabledValue>
  322.     </policy>
  323.     <policy name="AUPowerManagement_Title" class="Machine" displayName="$(string.AUPowerManagement_Title)" explainText="$(string.AUPowerManagement_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="AUPowerManagement">
  324.       <parentCategory ref="WindowsUpdateCat" />
  325.       <supportedOn ref="windows:SUPPORTED_WindowsVista" />
  326.       <enabledValue>
  327.         <decimal value="1" />
  328.       </enabledValue>
  329.       <disabledValue>
  330.         <decimal value="0" />
  331.       </disabledValue>
  332.     </policy>
  333.     <policy name="NoAutoRebootWithLoggedOnUsers_Title" class="Machine" displayName="$(string.NoAutoRebootWithLoggedOnUsers_Title)" explainText="$(string.NoAutoRebootWithLoggedOnUsers_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="NoAutoRebootWithLoggedOnUsers">
  334.       <parentCategory ref="WindowsUpdateCat" />
  335.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  336.       <enabledValue>
  337.         <decimal value="1" />
  338.       </enabledValue>
  339.       <disabledValue>
  340.         <decimal value="0" />
  341.       </disabledValue>
  342.     </policy>
  343.     <policy name="RebootRelaunchTimeout_Title" class="Machine" displayName="$(string.RebootRelaunchTimeout_Title)" explainText="$(string.RebootRelaunchTimeout_Help)" presentation="$(presentation.RebootRelaunchTimeout_Title)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="RebootRelaunchTimeoutEnabled">
  344.       <parentCategory ref="WindowsUpdateCat" />
  345.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  346.       <enabledValue>
  347.         <decimal value="1" />
  348.       </enabledValue>
  349.       <disabledValue>
  350.         <decimal value="0" />
  351.       </disabledValue>
  352.       <elements>
  353.         <decimal id="RebootRelaunchTimeout_Minutes3" valueName="RebootRelaunchTimeout" required="true" minValue="1" maxValue="1440" />
  354.       </elements>
  355.     </policy>
  356.     <policy name="RebootWarningTimeout_Title" class="Machine" displayName="$(string.RebootWarningTimeout_Title)" explainText="$(string.RebootWarningTimeout_Help)" presentation="$(presentation.RebootWarningTimeout_Title)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="RebootWarningTimeoutEnabled">
  357.       <parentCategory ref="WindowsUpdateCat" />
  358.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  359.       <enabledValue>
  360.         <decimal value="1" />
  361.       </enabledValue>
  362.       <disabledValue>
  363.         <decimal value="0" />
  364.       </disabledValue>
  365.       <elements>
  366.         <decimal id="RebootWarningTimeout_Minutes3" valueName="RebootWarningTimeout" required="true" minValue="1" maxValue="30" />
  367.       </elements>
  368.     </policy>
  369.     <policy name="RescheduleWaitTime_Title" class="Machine" displayName="$(string.RescheduleWaitTime_Title)" explainText="$(string.RescheduleWaitTime_Help)" presentation="$(presentation.RescheduleWaitTime_Title)" key="Software\Policies\Microsoft\Windows\WindowsUpdate\AU" valueName="RescheduleWaitTimeEnabled">
  370.       <parentCategory ref="WindowsUpdateCat" />
  371.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  372.       <enabledValue>
  373.         <decimal value="1" />
  374.       </enabledValue>
  375.       <disabledValue>
  376.         <decimal value="0" />
  377.       </disabledValue>
  378.       <elements>
  379.         <decimal id="RescheduleWaitTime_Minutes2" valueName="RescheduleWaitTime" required="true" minValue="1" maxValue="60" />
  380.       </elements>
  381.     </policy>
  382.     <policy name="TargetGroup_Title" class="Machine" displayName="$(string.TargetGroup_Title)" explainText="$(string.TargetGroup_Help)" presentation="$(presentation.TargetGroup_Title)" key="Software\Policies\Microsoft\Windows\WindowsUpdate" valueName="TargetGroupEnabled">
  383.       <parentCategory ref="WindowsUpdateCat" />
  384.       <supportedOn ref="windows:SUPPORTED_Win2kSP3_Or_XPSP1" />
  385.       <enabledValue>
  386.         <decimal value="1" />
  387.       </enabledValue>
  388.       <disabledValue>
  389.         <decimal value="0" />
  390.       </disabledValue>
  391.       <elements>
  392.         <text id="TargetGroup_Name" valueName="TargetGroup" required="true" />
  393.       </elements>
  394.     </policy>
  395.     <policy name="TrustedPublisher_Title" class="Machine" displayName="$(string.TrustedPublisher_Title)" explainText="$(string.TrustedPublisher_Help)" key="Software\Policies\Microsoft\Windows\WindowsUpdate" valueName="AcceptTrustedPublisherCerts">
  396.       <parentCategory ref="WindowsUpdateCat" />
  397.       <supportedOn ref="windows:SUPPORTED_WindowsXPSP1" />
  398.       <enabledValue>
  399.         <decimal value="1" />
  400.       </enabledValue>
  401.       <disabledValue>
  402.         <decimal value="0" />
  403.       </disabledValue>
  404.     </policy>
  405.   </policies>
  406. </policyDefinitions>
  407.