|
|
Re:[讨论]有谁在网络内使用SUS升级WINDOWS补丁?
如果公司內沒有架設AD可使用以下的方法:直接改reg或<br>
建一個xxx.reg 後再執行, 內容為:<br>
REGEDIT4<br>
<br>
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]<br>
"WUServer"="<a target=_blank href=http://dgfs01">http://dgfs01"</a>;<br>
"WUStatusServer"="<a target=_blank href=http://dgfs01">http://dgfs01"</a>;<br>
@=""<br>
<br>
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]<br>
"NoAutoUpdate"=dword:00000000<br>
"AUOptions"=dword:00000002<br>
"ScheduledInstallDay"=dword:00000000<br>
"ScheduledInstallTime"=dword:00000003<br>
"UseWUServer"=dword:00000001<br>
"NoAutoRebootWithLoggedOnUsers"=dword:00000000<br>
"RescheduleWaitTime"=dword:00000005<br>
記得將<a target=_blank href=http://dgfs01>http://dgfs01</a> 改為你們公司的主機名稱<br>
相關的說明:<br>
[Configuration options in a non-Active Directory environment<br>
In a non–Active Directory environment, an administrator can set registry settings to configure Automatic Updates. The following settings are added to the registry of each Windows client at this location: <br>HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU<br>
NoAutoUpdate <br>
Range = 0|1. 0 = Automatic Updates is enabled (default), 1 = Automatic Updates is disabled.<br>
AUOptions <br>
Range = 2|3|4. 2 = notify of download and installation, 3 = auto download and notify of installation, and 4 = auto download and scheduled installation. All options notify the local administrator.<br>
ScheduledInstallDay<br>
Range = 0|1|2|3|4|5|6|7. 0 = Every day; 1 through 7 = the days of the week from Sunday (1) to Saturday (7). <br>
ScheduledInstallTime <br>
Range = n; where n = the time of day in 24-hour format (0-23). <br>
UseWUServer<br>
Set this to 1 to enable Automatic Updates to use the Software Update Services server as specified in the WUServer value.<br>
To determine which server running Software Update Services your clients and servers go to for their updates, place the following two settings in the registry at this location:<br>HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate<br>
WUServer <br>
Sets the Windows Update intranet server by HTTP name (for example, <a target=_blank href=http://intranetSUS>http://intranetSUS</a>).<br>
WUStatusServer <br>
Sets the Windows Update intranet statistics server by HTTP name (for example, <a target=_blank href=http://intranetSUS>http://intranetSUS</a>). |
|