Open the Windows Update troubleshooter

If your computer is having problems finding and installing operating system updates, try using the Windows Update Troubleshooter to fix the problem. It makes sure that your computer is connected to the Internet, and checks to see whether your network adapter and Windows Update services are running correctly.

修复下系统组件

同时按下Win键+X,选择命令提示符(管理员),然后输入以下指令(也可以右键复制粘贴):

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /RestoreHealth

最新文章

  1. sun.misc.Unsafe的理解
  2. LeetCode之387. First Unique Character in a String
  3. oracle,mysql,SqlServer三种数据库的分页查询的实例。
  4. 《利用Python进行数据分析》第123章学习笔记
  5. oracle--trunc与to_char的区别
  6. SU sunmo命令学习
  7. Git初使用
  8. SG函数题目
  9. java的内省(introspector)
  10. jQuery源码笔记——数据缓存
  11. Drawerlayou与ScrollView的介绍
  12. HttpServletRequest获取URL、URI
  13. apr-util的安装
  14. Tomcat NIO 模型的实现
  15. js定时器 实现提交成功提示
  16. eclipse JVM 性能调优
  17. Mesos源码分析(14): DockerContainerier运行一个Task
  18. JHipster技术栈定制 - JHipster Registry消息总线配置
  19. Scala泛型详解
  20. Collections.sort()中的mergeSort归并排序

热门文章

  1. pcap网络抓包 无法import pcap
  2. poj 2777 Count Color(线段树、状态压缩、位运算)
  3. group_concat函数
  4. [linux]shell中,反引號(`)的应用
  5. js判断是对象还是集合
  6. 判断一个整数是否是回文数C++实现 leetcode系列(九)
  7. 《汇编语言(第三版)》cmp指令
  8. 使用python进行分页操作
  9. 关于VS2013 Browser Link 新功能
  10. NodeJS学习笔记 (8)网络服务-http-server(ok)