如何停止弹出“ pcdrsysinfosoftware.p5x-找不到入口点”?


9

有时我的Dell Windows 8(从Windows 7升级)笔记本电脑上会出现此弹出窗口。我想知道为什么得到这个以及如何阻止它。

pcdrsysinfosoftware.p5x-找不到入口点

无法在动态链接库C:\ WINDOWS \ SYSTEM32 \ dbgeng.dll中找到过程入口点SymSetScopeFromInlineContext

弹出式屏幕截图


安装更新版本的Debugging Tools for Windows
magicandre1981

Answers:


4

所以你不断得到:

在动态链接库中找不到过程入口点SymSetScopeFromInLineContext

c:\ windows \ system32 \ dbgeng.dll

dbgeng.dll是Windows系统文件。如果它已损坏,则可以这样修复:

  1. 打开管理命令提示符
  2. 键入此命令(不带引号)“ sfc / scannow”

如果sfc / scannnow不起作用,建议您在Windows 8中尝试新的高级启动选项:

  1. 按住Win + R键(同时按住Windows键和R键)
  2. 类型: shutdown /r /o /f /t 00

计算机将重新启动,选择:

  • 疑难解答
  • 高级选项
  • 命令提示符

在命令提示符下,键入:

sfc /scannow /offbootdir=d:\ /offwindir=d:\windows

来源:http : //www.pcdoctor-community.com/forum/index.php? topic= 687.0

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.