Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
19 KiB

  1. ��
  2. CLASS MACHINE
  3. CATEGORY !!WindowsComponents
  4. CATEGORY !!WindowsUpdateCat
  5. POLICY !!AutoUpdateCfg
  6. KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate\AU"
  7. #if version >= 4
  8. SUPPORTED !!SUPPORTED_WindowXPSP1
  9. #endif
  10. #if version >= 3
  11. EXPLAIN !!AutoUpdateCfg_Help
  12. #endif
  13. VALUENAME "NoAutoUpdate"
  14. VALUEOFF NUMERIC 1
  15. VALUEON NUMERIC 0
  16. PART !!AutoUpdateMode DROPDOWNLIST REQUIRED
  17. VALUENAME "AUOptions"
  18. ITEMLIST
  19. NAME !!AutoUpdateModeNotify VALUE NUMERIC 2
  20. NAME !!AutoUpdateModeDownload VALUE NUMERIC 3 DEFAULT
  21. NAME !!AutoUpdateModeAuto VALUE NUMERIC 4
  22. END ITEMLIST
  23. END PART
  24. Part !!AutoUpdateSchIntro1 TEXT
  25. END PART
  26. Part !!AutoUpdateSchIntro2 TEXT
  27. END PART
  28. Part !!AutoUpdateSchDay DROPDOWNLIST REQUIRED
  29. VALUENAME "ScheduledInstallDay"
  30. ITEMLIST
  31. NAME !!AutoUpdateSchDay_Everyday VALUE NUMERIC 0 DEFAULT
  32. NAME !!AutoUpdateSchDay_Sunday VALUE NUMERIC 1
  33. NAME !!AutoUpdateSchDay_Monday VALUE NUMERIC 2
  34. NAME !!AutoUpdateSchDay_Tuesday VALUE NUMERIC 3
  35. NAME !!AutoUpdateSchDay_Wednesday VALUE NUMERIC 4
  36. NAME !!AutoUpdateSchDay_Thursday VALUE NUMERIC 5
  37. NAME !!AutoUpdateSchDay_Friday VALUE NUMERIC 6
  38. NAME !!AutoUpdateSchDay_Saturday VALUE NUMERIC 7
  39. END ITEMLIST
  40. END PART
  41. Part !!AutoUpdateSchTime DROPDOWNLIST REQUIRED
  42. VALUENAME "ScheduledInstallTime"
  43. ITEMLIST
  44. NAME !!AutoUpdateSchTime0 VALUE NUMERIC 0
  45. NAME !!AutoUpdateSchTime1 VALUE NUMERIC 1
  46. NAME !!AutoUpdateSchTime2 VALUE NUMERIC 2
  47. NAME !!AutoUpdateSchTime3 VALUE NUMERIC 3 DEFAULT
  48. NAME !!AutoUpdateSchTime4 VALUE NUMERIC 4
  49. NAME !!AutoUpdateSchTime5 VALUE NUMERIC 5
  50. NAME !!AutoUpdateSchTime6 VALUE NUMERIC 6
  51. NAME !!AutoUpdateSchTime7 VALUE NUMERIC 7
  52. NAME !!AutoUpdateSchTime8 VALUE NUMERIC 8
  53. NAME !!AutoUpdateSchTime9 VALUE NUMERIC 9
  54. NAME !!AutoUpdateSchTime10 VALUE NUMERIC 10
  55. NAME !!AutoUpdateSchTime11 VALUE NUMERIC 11
  56. NAME !!AutoUpdateSchTime12 VALUE NUMERIC 12
  57. NAME !!AutoUpdateSchTime13 VALUE NUMERIC 13
  58. NAME !!AutoUpdateSchTime14 VALUE NUMERIC 14
  59. NAME !!AutoUpdateSchTime15 VALUE NUMERIC 15
  60. NAME !!AutoUpdateSchTime16 VALUE NUMERIC 16
  61. NAME !!AutoUpdateSchTime17 VALUE NUMERIC 17
  62. NAME !!AutoUpdateSchTime18 VALUE NUMERIC 18
  63. NAME !!AutoUpdateSchTime19 VALUE NUMERIC 19
  64. NAME !!AutoUpdateSchTime20 VALUE NUMERIC 20
  65. NAME !!AutoUpdateSchTime21 VALUE NUMERIC 21
  66. NAME !!AutoUpdateSchTime22 VALUE NUMERIC 22
  67. NAME !!AutoUpdateSchTime23 VALUE NUMERIC 23
  68. END ITEMLIST
  69. END PART
  70. END POLICY
  71. POLICY !!CorpWuURL
  72. KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate"
  73. #if version >= 4
  74. SUPPORTED !!SUPPORTED_WindowXPSP1
  75. #endif
  76. #if version >= 3
  77. EXPLAIN !!CorpWuURL_Help
  78. #endif
  79. ACTIONLISTON
  80. KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate\AU"
  81. VALUENAME "UseWUServer" VALUE NUMERIC 1
  82. END ACTIONLISTON
  83. PART !!CorpWUURL_Name EDITTEXT REQUIRED
  84. VALUENAME "WUServer"
  85. END PART
  86. PART !!CorpWUStatusURL_Name EDITTEXT REQUIRED
  87. VALUENAME "WUStatusServer"
  88. END PART
  89. Part !!CorpWUURL_Example TEXT
  90. END PART
  91. END POLICY
  92. END CATEGORY ;; WindowsUpdateCat
  93. END CATEGORY ;; WindowsComponents
  94. [strings]
  95. WindowsComponents="Windows Components"
  96. WindowsUpdateCat="Windows Update"
  97. SUPPORTED_WindowXPSP1="Windows .NET Server family, XP SP1, 2000 SP3"
  98. AutoUpdateCfg="Configure Automatic Updates"
  99. AutoUpdateCfg_Help="Specifies whether this computer will receive security updates and other important downloads through the Windows automatic updating service.\n\nThis setting lets you specify if automatic updates are enabled on this computer. If the service is enabled, you must select one of the three options in the Group Policy Setting:\n\n2 = Notify before downloading any updates and notify again before installing them\n\nWhen Windows finds updates that apply to this computer, an icon appears in the status area with a message that updates are ready to be downloaded. Clicking the icon or message provides the option to select the specific updates to download. Windows then downloads the selected updates in the background. When the download is complete, the icon appears in the status area again, with notification that the updates are ready to be installed. Clicking the icon or message provides the option to select which updates to install.\n\n3 = (Default setting) Download the updates automatically and notify when they are ready to be installed\n\nWindows finds updates that apply to your computer and downloads these updates in the background (the user is not notified or interrupted during this process). When the download is complete, the icon appears in the status area, with notification that the updates are ready to be installed. Clicking the icon or message provides the option to select which updates to install.\n\n4 = Automatically download updates and install them on the schedule specified below\n\nSpecify the schedule using the options in the Group Policy Setting. If no schedule is specified, the default schedule for all installations will be everyday at 3:00 AM. If any of the updates require a restart to complete the installation, Windows will restart the computer automatically. (If a user is logged on to the computer when Windows is ready to restart, the user will be notified and given the option to delay the restart.)\n\nTo use this setting, click Enabled, and then select one of the options (2, 3, or 4).
  100. AutoUpdateMode="Configure automatic updating:"
  101. AutoUpdateModeNotify="2 - Notify for download and notify for install"
  102. AutoUpdateModeDownload="3 - Auto download and notify for install"
  103. AutoUpdateModeAuto="4 - Auto download and schedule the install"
  104. AutoUpdateSchIntro1="The following settings are only required"
  105. AutoUpdateSchIntro2="and applicable if 4 is selected."
  106. AutoUpdateSchDay="Scheduled install day: "
  107. AutoUpdateSchDay_Everyday="0 - Every day"
  108. AutoUpdateSchDay_Sunday="1 - Every Sunday"
  109. AutoUpdateSchDay_Monday="2 - Every Monday"
  110. AutoUpdateSchDay_Tuesday="3 - Every Tuesday"
  111. AutoUpdateSchDay_Wednesday="4 - Every Wednesday"
  112. AutoUpdateSchDay_Thursday="5 - Every Thursday"
  113. AutoUpdateSchDay_Friday="6 - Every Friday"
  114. AutoUpdateSchDay_Saturday="7 - Every Saturday"
  115. AutoUpdateSchTime="Scheduled install time:"
  116. AutoUpdateSchTime0="00:00"
  117. AutoUpdateSchTime1="01:00"
  118. AutoUpdateSchTime2="02:00"
  119. AutoUpdateSchTime3="03:00"
  120. AutoUpdateSchTime4="04:00"
  121. AutoUpdateSchTime5="05:00"
  122. AutoUpdateSchTime6="06:00"
  123. AutoUpdateSchTime7="07:00"
  124. AutoUpdateSchTime8="08:00"
  125. AutoUpdateSchTime9="09:00"
  126. AutoUpdateSchTime10="10:00"
  127. AutoUpdateSchTime11="11:00"
  128. AutoUpdateSchTime12="12:00"
  129. AutoUpdateSchTime13="13:00"
  130. AutoUpdateSchTime14="14:00"
  131. AutoUpdateSchTime15="15:00"
  132. AutoUpdateSchTime16="16:00"
  133. AutoUpdateSchTime17="17:00"
  134. AutoUpdateSchTime18="18:00"
  135. AutoUpdateSchTime19="19:00"
  136. AutoUpdateSchTime20="20:00"
  137. AutoUpdateSchTime21="21:00"
  138. AutoUpdateSchTime22="22:00"
  139. AutoUpdateSchTime23="23:00"
  140. CorpWuURL="Specify intranet Microsoft update service location"
  141. CorpWUURL_Name="Set the intranet update service for detecting updates:"
  142. CorpWUStatusURL_Name="Set the intranet statistics server:"
  143. CorpWUURL_Example="(example: http://IntranetUpd01)"
  144. CorpWuURL_Help="Specifies an intranet server to host updates from the Microsoft Update Web sites. You can then use this update service to automatically update computers on your network. \n\nThis setting lets you specify a server on your network to function as an internal update service. The Automatic Updates client will search this service for updates that apply to the computers on your network. \n\nTo use this setting, you must set two servername values: the server from which the Automatic Updates client detects and downloads updates, and the server to which updated workstations upload statistics. You can set both values to be the same server. \n\nIf the status is set to Enabled, the Automatic Updates client connects to the specified intranet Microsoft update service, instead of Windows Update, to search for and download updates. Enabling this setting means that end users in your organization don't have to go through a firewall to get updates, and it gives you the opportunity to test updates before deploying them. \n\nIf the status is set to Disabled or Not Configured, and if Automatic Updates is not disabled by policy or user preference, the Automatic Updates client connects directly to the Windows Update site on the Internet. \n\nNote: If the "Configure Automatic Updates" policy is disabled, then this policy has no effect."