⑴近期不少用户都自动更新了Win的KB更新补丁,安装后却导致电脑开启热点却无法正常的联网,而在卸载KB补丁的时候,电脑却提示KB无法卸载,遇到这种情况我们应该怎么解决呢?下面小编就带着大家一起具体看看吧!
⑵KB无法卸载解决教程:
⑶强制重启三次后进入windows的恢复模式并选择恢复-卸载更新。
⑷、搜索栏输入【CMD】找到 【命令提示符】,右击【以管理员身份打开】。
⑸、在【命令提示符】中输入如下命令后回车:
⑹wusa /uninstall /kb:
⑺手动重置 Windows 更新组件
⑻打开 Windows 命令提示符。 若要打开命令提示符,请单击 “开始” > “运行”。 复制并粘贴(或键入以下命令,然后按 Enter:
⑼停止 BITS 服务、Windows 更新服务 和 加密服务。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。
⑽ stop bits
⑾ stop wuauserv
⑿ stop cryptsvc
⒀删除 qmgr*.dat 文件。 为此,请在命令提示符下键入以下命令,然后按 Enter:
⒁Del “%ALLUSERSPROFILE%Application DataMicrosoftworkDownloaderqmgr*.dat”
⒂如果这是使用本文中的步骤解决 Windows 更新问题的首次尝试,请转到步骤 ,而无需执行步骤 中的步骤。 如果在执行除步骤 以外的所有步骤后仍无法解决 Windows 更新问题,则只能在此时在故障排除中执行步骤 中的步骤。 步骤 中的步骤也由上述“修复解决方案”的“攻击性”模式执行。
⒃将以下文件夹重命名为 *.BAK:
⒄%Systemroot%SoftwareDistributionDataStore
⒅%Systemroot%SoftwareDistributionDownload
⒆%Systemroot%Systemcatroot
⒇为此,请在命令提示符处键入以下命令。 在键入每条命令后按 Enter。
⒈Ren %Systemroot%SoftwareDistributionDataStore DataStore.bak
⒉Ren %Systemroot%SoftwareDistributionDownload Download.bak
⒊Ren %Systemroot%Systemcatroot catroot.bak
⒋将 BITS 服务 和 Windows 更新服务 重置为默认安全描述符。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。
⒌sc.exe sdset bits D:(A;;LCSWRPWPDTLOCRRC;;;SY(A;;DCLCSWRPWPDTLOCRSDRCWDWO;;;BA(A;;LCSWLOCRRC;;;AU(A;;LCSWRPWPDTLOCRRC;;;PU
⒍sc.exe sdset wuauserv D:(A;;LCSWRPWPDTLOCRRC;;;SY(A;;DCLCSWRPWPDTLOCRSDRCWDWO;;;BA(A;;LCSWLOCRRC;;;AU(A;;LCSWRPWPDTLOCRRC;;;PU
⒎在命令提示符下键入以下命令,然后按 Enter:
⒏cd /d %windir%system
⒐重新注册 BITS 文件和 Windows 更新 文件。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。
⒑regsvr.exe atl.dll
⒒regsvr.exe urlmon.dll
⒓regsvr.exe mshtml.dll
⒔regsvr.exe shdocvw.dll
⒕regsvr.exe browseui.dll
⒖regsvr.exe jscript.dll
⒗regsvr.exe vbscript.dll
⒘regsvr.exe scrrun.dll
⒙regsvr.exe msxml.dll
⒚regsvr.exe msxml.dll
⒛regsvr.exe msxml.dll
①regsvr.exe actxprxy.dll
②regsvr.exe softpub.dll
③regsvr.exe wintrust.dll
④regsvr.exe dssenh.dll
⑤regsvr.exe rsaenh.dll
⑥regsvr.exe gpkcsp.dll
⑦regsvr.exe sbase.dll
⑧regsvr.exe slbcsp.dll
⑨regsvr.exe cryptdlg.dll
⑩regsvr.exe oleaut.dll
Ⅰregsvr.exe ole.dll
Ⅱregsvr.exe shell.dll
Ⅲregsvr.exe initpki.dll
Ⅳregsvr.exe wuapi.dll
Ⅴregsvr.exe wuaueng.dll
Ⅵregsvr.exe wuaueng.dll
Ⅶregsvr.exe wucltui.dll
Ⅷregsvr.exe wups.dll
Ⅸregsvr.exe wups.dll
Ⅹregsvr.exe wuweb.dll
㈠regsvr.exe qmgr.dll
㈡regsvr.exe qmgrprxy.dll
㈢regsvr.exe wucltux.dll
㈣regsvr.exe muweb.dll
㈤regsvr.exe wuwebv.dll
㈥重置 Winsock。 为此,请在命令提示符下键入以下命令,然后按 Enter:
㈦sh winsock reset
㈧如果运行的是 Windows XP 或 Windows Server ,必须设置代理设置。 为此,请在命令提示符下键入以下命令,然后按 Enter:
㈨proxycfg.exe -d
㈩重启 BITS 服务、Windows 更新服务 和 加密服务。 为此,请在命令提示符下键入以下命令。 在键入每条命令后按 Enter。
start bits
start wuauserv
start cryptsvc
如果正在运行 Windows Vista 或 Windows Server ,请清除 BITS 队列。 为此,请在命令提示符下键入以下命令,然后按 Enter:
bitsadmin.exe /reset /allusers
当然我想如果有还原点,系统还原到安装KB之前的状态也可以。