windows update 更新错误代码0x80244022解决办法
分析可能导致这个错误出现的原因
1.系统故障或者相关文件被破坏
2.windows update服务器无法访问,或者配置了错误的地址
3.网络被限制,或者使用了代理服务器
4.Windows Update相关服务没有打开或者被禁用
相关的一些解决办法
清理windows update相关文件修复办法
1.停止更新服务
1 | net stop wuauserv |
2.清理相关目录下的所有文件C:\Windows\SoftwareDistribution
3.重新启用更新服务
1 | net start wuauserv |
清理之后再试试windows update能不能正常运行,不行的话继续往下检查
检查网络情况或者代理设置
1.检查相关服务器是否访问正常
1 | windows update 相关的更新服务器地址 |
2.检查是否是由于系统设置了代理导致的 setting > network & internet > proxy
检查相关服务启动情况
1.鼠标右键this PC > Manage > Service and Applications > service
2.检查Windows Update和Background Intelligent Transfer Service
运行DISM来修复系统
1 | # dism 修复命令 |
windows自带的修复工具
setting > update & security > troubleshoot > Additional troubleshooters > windows update > run the troubleshooter
检查windows update更新服务器是否被配置
1.cmd运行gpedit.msc
2.Computer Configuration > Administrative Templates > Windows Components > Windows Update
3.找到extended栏的 Specifies intranet Microsoft Update server location检查是否配置了更新服务器
4.默认情况,这个是不会被配置的,也就是Not Configred,不配置的默认情况下将使用微软官方更新服务器