分类
编程

错误模块名称: ntdl.dl

重新注册Window动态库就可以了

运行cmd

输入

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

然后重启电脑搞定!