win10系统目前依然会推送更新补丁以修复系统漏洞,但部分更新补丁可能会对打印机产生影响,致使共享打印机无法正常工作,给用户带来困扰。解决这一问题的最佳方式是卸载win10更新补丁,然而有些用户在尝试卸载时却发现右键菜单没有响应,遇到这种情况该如何处理呢?让我们一起来探讨一下吧!
一:借助第三方工具卸载补丁
这款工具是由联想官方推出的一款专门用于卸载补丁的软件,适用于所有类型的电脑。只需输入更新补丁的KB编号后点击卸载即可完成操作。

二:通过命令行卸载补丁
使用管理员权限运行CMD,在命令提示符中输入以下命令查看是否能够成功卸载KB*****。
wusa /uninstall /KB:******
若依旧无法卸载,建议在安全模式下尝试卸载。
由于此补丁是为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”
若这是首次按照本文步骤解决问题,请直接跳至下一步,否则仅在其他步骤均无效时才执行第四步中的操作。
将以下文件夹重命名添加“.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
当然,如果有可用的系统还原点,也可以选择还原至安装KB补丁前的状态。
以上就是Win10卸载更新右键没反应怎么办?的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号