时间:2017-01-11 17:50来源:专注于win7 作者:系统哥官网
win10电脑玩游戏提示错误runtime error怎么办?弹出提示框顶部仔细看下,大概对造成这个问题的原因就有了一个八九不离十的结果,Microsoft Visual C++ Runtime Library,可见该问题是因为新旧运行库冲突导致的。win10电脑提示runtime error怎么修复且看下文。

win10提示runtime error的解决方法:
Microsoft Visual C++ Runtime Library
Runtime error
Program:c\windows\sys wow64\rundll32.exewww.beihaiting.com
This applicatlon has requested Runtime to terminate it in an unusal way
(此应用程序在请求运行时以一个异常的方式被终止)
Please contact the applicatlon's support team for more informatlon
(希望获得更多信息请联系此应用支持团队)
第一步、重新注册动态链接库
步骤一、Win+X组合键呼出隐藏菜单,点击其中命令提示符(管理员)

步骤二、在管理员:运行命令提示符窗口,输入for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1后回车运行
