gered

错误:

  

 

解决:

思路一:应用程序无法正常启动(Oxc0000142

该部分转自:https://zhidao.baidu.com/question/1116524242532219419.html

应用程序无法正常启动(Oxc0000142)是安装了微软新发布的补丁KB2533623所产生的冲突,解决步骤如下:(演示使用WIN10系统,其他Windows版本操作大致相同)

1丶开始->搜索“命令提示符”,点击右侧的打开按钮。

  

2丶等待片刻系统将打开命令提示符。

  

3丶在窗口中输入以下命令:

  for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i

,回车执行。

  

4丶继续输入:

  for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i

并按回车即可。

  

 

然后重启

思路二:重启解决

该部分参考:https://tieba.baidu.com/p/6547397735

分类:

技术点:

相关文章:

  • 2021-05-21
  • 2021-09-06
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-12-10
  • 2021-12-10
  • 2021-12-23
猜你喜欢
  • 2022-01-23
  • 2022-01-04
  • 2021-10-20
  • 2021-12-13
  • 2022-12-23
  • 2021-08-08
相关资源
相似解决方案