使用 PowerShell 脚本重置 Windows 更新客户端

虽然Windows 更新在大多数情况下都能顺利运行,但用户有时可能会在运行(Windows Updates)Windows 更新(Windows Update –)时遇到问题——例如——尽管有可用的更新,但服务可能无法检测和安装它们,更新可能无法正确安装,从而产生问题,Windows Update服务可能会卡在“更新”状态,根本不更新,等等。

虽然可以尝试重新启动系统、重新启动Windows 更新(Windows Update)服务、尽可能回滚以前的更新、对Windows(troubleshooting Windows Update)更新进行故障排除、运行Windows 更新疑难解答,但它可能并不总是有效。我们已经了解了如何手动将 Windows Update 组件重置为默认值(manually reset Windows Update components to default)。今天我们将看看一个重置 Windows 更新客户端脚本(Reset Windows Update Client Script),它将完全重置Windows 更新(Windows Update)客户端设置。

重置 Windows 更新客户端

This script will completely reset the Windows Update client settings. It has been tested on Windows 7, 8, 10, and Server 2012 R2. It will configure the services and registry keys related to Windows Update for default settings. It will also clean up files related to Windows Update, in addition to BITS related data. Because of some limitations of the cmdlets available in PowerShell, this script calls some legacy utilities (sc.exe, netsh.exe, wusa.exe, etc).

备份您的数据,重新启动Windows系统并以管理员(Administrator)身份登录。

(Download)Technet/Github –下载PowerShell文件——下面提到的链接。右键单击Reset-WindowsUpdate.psi文件并选择Run with PowerShell

您将被要求确认。确认后,脚本将运行并重置Windows 更新(Windows Update)客户端。

该工具将注册表项、设置和服务配置为默认值。所有更新都被重置,一旦完成,系统可以重新启动并重新安装更新。

重置 Windows 更新脚本

该过程结束后,PowerShell窗口将退出。

感谢这些链接Tynamite

  • Reset-WindowsUpdate.ps1 Powershell 脚本(Reset-WindowsUpdate.ps1 Powershell Script)github.com
  • 重置 WSUS 客户端:github.com
  • 重置 Windows 更新代理:github.com

我们之前还查看了另一个名为“重置 Windows 更新代理工具”(Reset Windows Update Agent Tool)的工具,该工具可让您将WU 代理(WU Agent)重置为默认值。该工具已更新为与最新的 Windows 10 版本兼容,并已被超过 100,000 名用户下载。



About the author

我是一名 Windows 10 技术人员,多年来一直在帮助个人和企业利用新操作系统。我对 Microsoft Office 有丰富的知识,包括如何为不同的用户自定义外观和个性化应用程序。此外,我知道如何使用 Explorer 应用程序来探索和查找计算机上的文件和文件夹。



Related posts