Windows 8.1客户端的WSUSconfiguration

我已经build立了WSUS 2.0(在2008 R2上)。 所有客户端机器都运行Windows 8.1

应用户的要求,我一直在运行下面的GPconfiguration,所以WSUS不那么干扰,不会自动closures他们的机器等等。我的理解是,通过禁用“不显示”安装更新和关机“选项closuresWindows对话框“,它的行为将如下描述:

如果禁用或不configuration此策略设置,如果用户在“开始”菜单中select“closures”选项时可用更新,则“closuresWindows”对话框中的“安装更新并closures”选项将可用。

我也禁用了“closuresWindows对话框”中的“不要调整选项”,“安装更新并closures”选项,我认为这意味着closures时的默认选项是安装更新和closures。 根据其描述:

如果您禁用或不configuration此策略设置,则“安装更新并closures”选项将作为“closuresWindows”对话框中的默认选项,如果在用户select“closures”选项时更新可用于安装开始菜单。

我有几个testingWin7虚拟机,这是工作,因为我所期望的。 但是,Win8.1用户在关机时不会得到这个选项。 他们仍然需要打开Windows Update,然后手动点击“Instal; l Updates”….从我的angular度来看,这并不理想,因为有些用户根本就没有安装它们。

有没有办法在Win8.1操作系统上提供此选项,或者是将“configuration自动更新”更改为选项4并设置时间表来安装它们的唯一选项。 我想尽可能避免这种情况。

我目前的GPO设置如下。 有没有人有任何想法?

Do not display install updates and shut down option.... : Disabled Do not adjust option to install and shut down...... : Disabled Enabling Windows Update Power Mgt to automatically Wake up system : Enabled Configure Automatic Updates : option 3 : Enabled Specify intranet MS update location : Enabled Automatic Updates frequency : Enabled Allow Automatic Updates immediate installation : Enabled 

其余的都设置为“未configuration”

有两个主要的设置你想要configuration:

配置的策略项目

首先,您需要启用No auto-restart with logged on users for schedules automatic updates installations 。 此设置将确保计算机永远不会自动重新启动更新安装,如果用户login,有效地防止任何人在工作中途中断。

其次,您需要启用并configuration“ Configure Automatic Updates策略。 您需要select选项4,并设置您想要安装更新的时间表。 如果这个时间表与计算机正在使用时重叠,他们将被简单地安装在后台,并等待用户手动重新启动或注销。

配置自动更新

这两个设置的最终结果是更新总是在预定的时间安装。 如果电脑空闲(没有用户login/存在),重新启动是自动的。 如果有用户login,则会延迟重新启动,直到用户手动重新启动,或者在计算机空闲时的下一个计划安装期间。

除了这两个设置,我还build议启用Re-prompt for restart with scheduled installations和设置一个长时间的超时。 通过此设置,可以防止反复出现的“重新启动或延迟”对话框重复出现。 在我的环境中,我把这个设定为1440分钟,或24小时。 我们制定了一个政策,让用户在轮class结束时重新启动,所以这个提醒是没有必要的。

根据这个论坛,在Windows 8和8.1中,这个function被删除。 用户得到“安装更新并重新启动”,而不是“安装更新和closures”

https://social.technet.microsoft.com/Forums/en-US/b074b410-f7b2-4903-9594-c1cab0e35f4e/wsus-windows-8-will-not-install-updates-on-shutdown?forum=winserverwsus