雪花家园 - 专注分享最好用的电脑系统

当前位置: 雪花家园 >  系统教程 >  win10系统教程 >  无法卸载更新kb5006670

无法卸载更新kb5006670 KB5006670无法卸载怎么办 Win10系统

更新时间:2024-03-31 16:46:37作者:xiaoliu

  在使用Windows 10系统时,有时候会遇到无法卸载更新KB5006670的情况,这给用户带来了一定的困扰,在面对这个问题时,我们可以通过一些方法来解决,比如尝试重新启动电脑或者使用命令行工具进行修复。同时也可以考虑暂时忽略这个更新,以免影响系统的正常使用。希望以上方法能够帮助大家顺利解决无法卸载更新KB5006670的问题。

无法卸载更新kb5006670 KB5006670无法卸载怎么办 Win10系统

  操作方法:

  用管理员权限运行CMD, 然后在命令提示符中输入以下命令看是否可以卸载KB5006670。

  wusa /uninstall /KB:5006670

  如果还是无法卸载。建议在安全模式下进行卸载。

  因为此补丁是针对Win10 2004以上版本推出的最新更新,如果还是无法卸载。我怀疑可能在更新的时候存在文件损坏,运行“sfc /scannow”命令尝试修复系统文件,重置 Windows 更新组件。

  手动重置 Windows 更新组件

  打开 Windows 命令提示符。 若要打开命令提示符,请单击 “开始”> “运行”。 复制并粘贴(或键入)以下命令,然后按 Enter:

  cmd

  停止 BITS 服务、Windows 更新服务 和 加密服务。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。

  net stop bits

  net stop wuauserv

  net stop cryptsvc

  删除 qmgr*.dat 文件。 为此,请在命令提示符下键入以下命令,然后按 Enter:

  Del “%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat”

  如果这是使用本文中的步骤解决 Windows 更新问题的首次尝试,请转到步骤 5,而无需执行步骤 4 中的步骤。 如果在执行除步骤 4 以外的所有步骤后仍无法解决 Windows 更新问题,则只能在此时在故障排除中执行步骤 4 中的步骤。 步骤 4 中的步骤也由上述“修复解决方案”的“攻击性”模式执行。

  将以下文件夹重命名为 *.BAK:

  %Systemroot%\SoftwareDistribution\DataStore

  %Systemroot%\SoftwareDistribution\Download

  %Systemroot%\System32\catroot2

  为此,请在命令提示符处键入以下命令。 在键入每条命令后按 Enter。

  Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak

  Ren %Systemroot%\SoftwareDistribution\Download Download.bak

  Ren %Systemroot%\System32\catroot2 catroot2.bak

  将 BITS 服务 和 Windows 更新服务 重置为默认安全描述符。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。

  sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

  sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

  在命令提示符下键入以下命令,然后按 Enter:

  cd /d %windir%\system32

  重新注册 BITS 文件和 Windows 更新 文件。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。

  regsvr32.exe atl.dll

  regsvr32.exe urlmon.dll

  regsvr32.exe mshtml.dll

  regsvr32.exe shdocvw.dll

  regsvr32.exe browseui.dll

  regsvr32.exe jscript.dll

  regsvr32.exe vbscript.dll

  regsvr32.exe scrrun.dll

  regsvr32.exe msxml.dll

  regsvr32.exe msxml3.dll

  regsvr32.exe msxml6.dll

  regsvr32.exe actxprxy.dll

  regsvr32.exe softpub.dll

  regsvr32.exe wintrust.dll

  regsvr32.exe dssenh.dll

  regsvr32.exe rsaenh.dll

  regsvr32.exe gpkcsp.dll

  regsvr32.exe sccbase.dll

  regsvr32.exe slbcsp.dll

  regsvr32.exe cryptdlg.dll

  regsvr32.exe oleaut32.dll

  regsvr32.exe ole32.dll

  regsvr32.exe shell32.dll

  regsvr32.exe initpki.dll

  regsvr32.exe wuapi.dll

  regsvr32.exe wuaueng.dll

  regsvr32.exe wuaueng1.dll

  regsvr32.exe wucltui.dll

  regsvr32.exe wups.dll

  regsvr32.exe wups2.dll

  regsvr32.exe wuweb.dll

  regsvr32.exe qmgr.dll

  regsvr32.exe qmgrprxy.dll

  regsvr32.exe wucltux.dll

  regsvr32.exe muweb.dll

  regsvr32.exe wuwebv.dll

  重置 Winsock。 为此,请在命令提示符下键入以下命令,然后按 Enter:

  netsh winsock reset

  如果运行的是 Windows XP 或 Windows Server 2003,必须设置代理设置。 为此,请在命令提示符下键入以下命令,然后按 Enter:

  proxycfg.exe -d

  重启 BITS 服务、Windows 更新服务 和 加密服务。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。

  net start bits

  net start wuauserv

  net start cryptsvc

  如果正在运行 Windows Vista 或 Windows Server 2008,请清除 BITS 队列。 为此,请在命令提示符下键入以下命令,然后按 Enter:

  bitsadmin.exe /reset /allusers

  以上就是无法卸载更新kb5006670的全部内容,如果遇到这种情况,你可以按照以上步骤解决问题,非常简单快速。

Copyright ©  2012-2024 雪花家园 版权声明 网站地图