Windows Service Pack 拦截工具

来源:互联网 发布:java 获取 时间 编辑:程序博客网 时间:2024/04/29 17:33

Windows Service Pack 拦截工具可以暂时阻止通过Windows Update发布的服务包程序在您的电脑中安装,该工具支持Windows Server 2003 Service Pack 2 (08年3月发布),Windows XP Service Pack 3 (12个月之内发布),Windows Vista Service Pack 1 (12个月之内发布)。

该工具包含3个组件,可以设置或清除阻止安装服务包的注册表键值:

    * A Microsoft-signed executable
    * A script
    * An ADM template

1. The executable creates a registry key on the computer on which it is run that blocks or unblocks (depending on the command-line option used) the delivery of a Service Pack to that computer through Windows Update. The key used is HKLM/Software/Policies/Microsoft/Windows/WindowsUpdate.

When the '/B' command line option is used, the key value name 'DoNotAllowSP' is created and its value set to 1. This value blocks delivery of a Service Pack to the computer through Automatic Update or Windows Update.

When the '/U' command line option is used, the previously created registry value that temporarily blocked the delivery of a Service Pack to the computer through Automatic Update or Windows Update is removed. If the value does not exist on the computer on which it is run, no action is taken.

2. The script does the same thing as the executable, but allows you to specify the remote machine name on which to block or unblock delivery of Service Packs.

Note that the executable and script have been tested only as a command-line tool and not in conjunction with other systems management tools or remote execution mechanisms.

3. The ADM template allows administrators to import group policy settings to block or unblock delivery of Service Packs into their Group Policy environment. Administrators can then use Group Policy to centrally execute the action across systems in their environment.

Please note that this toolkit will not prevent the installation of the service pack from CD/DVD, or from the stand-alone download package. This simply prevents the service pack from being delivered over Windows Update.

下载页面:Windows Service Pack Blocker Tool Kit

直接下载:SPBlockerTools.EXE 

原创粉丝点击