WSUS部署实验 Part4之 客户端注册表及服务器GPO设置

简介:
对于客户端,可通过加载logon script的方式,让其启动时,自动加载到注册表中,保存为.reg格式,根据需要修改WSUS的IP,注意端口,默认为80端口,此时只需 http://IP即可,若指定了8530,则需要加上端口号。也可以按需要修改下列键值的大小。

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"=" http://IP:8530"
"WUStatusServer"=" http://IP:8530"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"UseWUServer"=dword:00000001
"AutoInstallMinorUpdates"=dword:00000001
"RescheduleWaitTimeEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000005
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:0000000c
 
键值解析:
AutoInstallMinorUpdates 
Range = 0|1
 0 = Treat minor updates like other updates.
 1 = Silently install minor updates.
 
DetectionFrequency 
Range=n; where n=time in hours (1-22).
 Time between detection cycles.
 
DetectionFrequencyEnabled 
Range = 0|1
 1 = Enable DetectionFrequency.
 0 = Disable custom DetectionFrequency (use default value of 22 hours).
 
NoAutoRebootWithLoggedOnUsers 
Range = 0|1;
 1 = Logged-on user gets to choose whether or not to restart his or her computer.
 0 = Automatic Updates notifies user that the computer will restart in 5 minutes.
 
NoAutoUpdate 
Range = 0|1
 0 = Enable Automatic Updates.
 1 = Disable Automatic Updates.
 
RebootRelaunchTimeout 
Range=n; where n=time in minutes (1-1440).
 Time between prompting again for a scheduled restart.
 
RebootRelaunchTimeoutEnabled 
Range = 0|1
 1 = Enable RebootRelaunchTimeout.
 0 = Disable custom RebootRelaunchTimeout(use default value of 10 minutes).
 
RebootWarningTimeout 
Range=n; where n=time in minutes (1-30).
 Length, in minutes, of the restart warning countdown after installing updates with a deadline or scheduled updates.
 
RebootWarningTimeoutEnabled 
Range = 0|1
 1 = Enable RebootWarningTimeout.
 0 = Disable custom RebootWarningTimeout (use default value of 5 minutes).
 
RescheduleWaitTime 
Range=n; where n=time in minutes (1-60).
 Time, in minutes, that Automatic Updates should wait at startup before applying updates from a missed scheduled installation time.
 Note that this policy applies only to scheduled installations, not deadlines. Updates whose deadlines have expired should always be installed as soon as possible.
 
RescheduleWaitTimeEnabled 
Range = 0|1
 1 = Enable RescheduleWaitTime
 0 = Disable RescheduleWaitTime(attempt the missed installation during the next scheduled installation time).
 
ScheduledInstallDay 
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).
 (Only valid if AUOptions equals 4.)
 
ScheduledInstallTime 
Range = n; where n = the time of day in 24-hour format (0-23).
 
UseWUServer 
The WUServer value is not respected unless this key is set.

对于GPO的设置:
点击看大图:























本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/277417 ,如需转载请自行联系原作者
相关文章
|
2天前
|
Java
如何解决使用若依前后端分离打包部署到服务器上后主包无法找到从包中的文件的问题?如何在 Java 代码中访问 jar 包中的资源文件?
如何解决使用若依前后端分离打包部署到服务器上后主包无法找到从包中的文件的问题?如何在 Java 代码中访问 jar 包中的资源文件?
11 0
|
3天前
|
Apache 项目管理 数据安全/隐私保护
Windows安装TortoiseSVN客户端结合Cpolar实现公网提交文件到本地服务器
Windows安装TortoiseSVN客户端结合Cpolar实现公网提交文件到本地服务器
|
4天前
|
Apache 项目管理 数据安全/隐私保护
TortoiseSVN客户端如何安装配置并实现公网访问服务端提交文件到本地服务器
TortoiseSVN客户端如何安装配置并实现公网访问服务端提交文件到本地服务器
|
4天前
本地部署Jellyfin影音服务器并实现远程访问影音库-2
本地部署Jellyfin影音服务器并实现远程访问影音库
|
4天前
|
Linux 网络安全 文件存储
本地部署Jellyfin影音服务器并实现远程访问影音库-1
本地部署Jellyfin影音服务器并实现远程访问影音库
|
6天前
|
Java Maven
内网服务器部署maven私服简记(下)
内网服务器部署maven私服简记(下)
11 0
|
6天前
|
Java Linux Maven
内网服务器部署maven私服简记(上)
内网服务器部署maven私服简记
21 0
|
10天前
|
域名解析 网络协议 安全
服务器部署访问出错的原因和解决办法
部署到服务器后无法访问可能是由于配置错误、权限问题或网络设置不当。解决办法包括检查服务器配置文件、确保文件路径正确、调整权限设置以及检查防火墙和端口设置。
20 4
|
数据采集 SQL 弹性计算
使用云服务器ECS部署了自己的第一个爬虫
云服务器部署爬虫爬取网站最新通告并推送
使用云服务器ECS部署了自己的第一个爬虫
|
20小时前
|
弹性计算
阿里云ECS使用体验
在申请高校学生免费体验阿里云ECS云服务器后的一些使用体验和感受。