当前位置: 首页 > news >正文

HOWTO fix Windows Update error 0x80244019

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

On two of ‘my’ Windows Server 2008 r2, I had an update (KB2992611) that failed with the following error code: 0x80244019

In my investigations, I found the following procedure to fix the problem (in both cases).

The Solution

Open an Administrative Command Prompt.

As a first step you have to stop Shadow Copy & Windows Update services, by the the following commands:

net stop wuauserv
net stop bits

Then delete any content of the following system folder:

%systemroot%\softwaredistribution

The type the following commands:

net start bits
net start wuauserv
gpupdate /force
wuauclt /resetauthorization /detectnow
wuauclt /reportnow

and reboot.

Once ready, restart Windows Update again, and this time the update should be installed without any problem.

转载于:https://my.oschina.net/ethanleellj/blog/3004810

相关文章:

  • 事件的捕获、冒泡、委托
  • 编写第一个HTML5文件
  • Spring学习笔记下载
  • Wordcloud各参数含义
  • Android多工程(project)开发实例
  • eclipse中项目svn转gitLab全过程
  • webRTC开启摄像头
  • 白话 KMP 算法
  • python web开发之flask框架学习(2) 加载模版
  • 异步任务 -- FutureTask
  • (二)学习JVM —— 垃圾回收机制
  • 搭建私有CA和证书认证
  • Linux rpm 命令参数使用详解
  • 智能合约开发环境搭建及Hello World合约
  • zookeeper安装部署
  • 9月CHINA-PUB-OPENDAY技术沙龙——IPHONE
  • 4月23日世界读书日 网络营销论坛推荐《正在爆发的营销革命》
  • bootstrap创建登录注册页面
  • Git的一些常用操作
  • HTML-表单
  • Intervention/image 图片处理扩展包的安装和使用
  • mongo索引构建
  • Netty源码解析1-Buffer
  • PAT A1120
  • PHP的Ev教程三(Periodic watcher)
  • Redis中的lru算法实现
  • vue:响应原理
  • 二维平面内的碰撞检测【一】
  • 番外篇1:在Windows环境下安装JDK
  • - 概述 - 《设计模式(极简c++版)》
  • 个人博客开发系列:评论功能之GitHub账号OAuth授权
  • 官方新出的 Kotlin 扩展库 KTX,到底帮你干了什么?
  • 如何设计一个比特币钱包服务
  • 深入浏览器事件循环的本质
  • 适配iPhoneX、iPhoneXs、iPhoneXs Max、iPhoneXr 屏幕尺寸及安全区域
  • 算法之不定期更新(一)(2018-04-12)
  • 微信小程序开发问题汇总
  • 阿里云服务器购买完整流程
  • 整理一些计算机基础知识!
  • #调用传感器数据_Flink使用函数之监控传感器温度上升提醒
  • (MonoGame从入门到放弃-1) MonoGame环境搭建
  • (八)Flask之app.route装饰器函数的参数
  • (九)One-Wire总线-DS18B20
  • (六)Hibernate的二级缓存
  • (一一四)第九章编程练习
  • (原創) 如何使用ISO C++讀寫BMP圖檔? (C/C++) (Image Processing)
  • (中等) HDU 4370 0 or 1,建模+Dijkstra。
  • .a文件和.so文件
  • .net web项目 调用webService
  • .NET3.5下用Lambda简化跨线程访问窗体控件,避免繁复的delegate,Invoke(转)
  • [].shift.call( arguments ) 和 [].slice.call( arguments )
  • [ARM]ldr 和 adr 伪指令的区别
  • [DAU-FI Net开源 | Dual Attention UNet+特征融合+Sobel和Canny等算子解决语义分割痛点]
  • [DAX] MAX函数 | MAXX函数
  • [HNOI2006]鬼谷子的钱袋