前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >解决windows update 8024402C错误[通俗易懂]

解决windows update 8024402C错误[通俗易懂]

作者头像
全栈程序员站长
发布2022-09-02 10:19:12
发布2022-09-02 10:19:12
2.9K0
举报

大家好,又见面了,我是你们的朋友全栈君。

安装了2003 SP1 更新时总是会有 8024402C错误 错误 网上daimoon兄的解决方式 他的机器在ISA SERVER后 而我的机器是ISA SERVER 2004

网上daimoon兄的解决方式他的机器在ISA SERVER后环境:windows xp sp1,位于isa server后 问题:使用windows auto update 后出错误提示:0x8024402C,不能自动更新。 解决: 1、查看$windows/windowsupdata.log文件,日志中有如下记录: Send failed with hr = 80072ee7.SendRequest failed with hr = 80072ee7. Proxy List used: <(null)> Bypass List used : <(null)>GetConfig: 0x8024402cPT: Cannot recover from fault, origin=GetConfig, hr=0x8024402cSync of Updates: 0x8024402cWU client failed Searching for update with error 0x8024402cWU client calls back to search call WindowsUpdate with code Call failed and error 0x8024402c 2、运行proxycfg Current WinHTTP proxy settings under HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\WinHttpSettings : Flags = PROXY_TYPE_DIRECT Proxy Server = -not set- Bypass List = -not set- 3、运行proxycfg -u,而后在Proxy Server及Bypass List设置上均会有值 4、运行net stop wuauserv,后运行net start wuauserv 5、问题解决

我的解决方式:

C:\WINDOWS\system32>proxycfgMicrosoft (R) WinHTTP Default Proxy Configuration Tool版权(C) Microsoft Corporation。保留所有权利。 当前 WinHTTP 代理设置在: HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\ WinHttpSettings : 代理服务器 : unknown54321:80 跨越列表 : <local>我没有代理服务器!这里有个代理服务器很明显后问题在windows/windowsupdata.log文件Proxy List used: <unknown54321:80> Bypass List used : <<local>> Auth Schemes used : <>unknown54321:80是有问题的如果这里用proxycfg -u如果IE里面没有代理服务器地址的话就会出现, C:\WINDOWS\system32>proxycfg -uMicrosoft (R) WinHTTP Default Proxy Configuration Tool版权(C) Microsoft Corporation。保留所有权利。 写代理设置出错。(87) 参数不正确。 迁移有错失败。(87) 参数不正确。 所以这里只能用命令C:\WINDOWS\system32>proxycfg -dMicrosoft (R) WinHTTP Default Proxy Configuration Tool版权(C) Microsoft Corporation。保留所有权利。 更新的代理设置当前 WinHTTP 代理设置在: HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\ WinHttpSettings : 直接访问(无代理服务器)。如果这时更新,还会遇见0x8024401F这个错误呵呵不用慌!C:\WINDOWS\system32>net stop wuauservAutomatic Updates 服务正在停止.Automatic Updates 服务已成功停止。C:\WINDOWS\system32>net start wuauservAutomatic Updates 服务正在启动 .Automatic Updates 服务已经启动成功。 后就会出现很久很久的滚动条!OK

转载于:https://www.cnblogs.com/cailinaaa/archive/2005/11/19/280156.html

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/138944.html原文链接:https://javaforall.cn

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022年5月3,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档