我是64位的win8系统,下了好多游戏都说缺少XINPUT1_3.dll,试验了很多方法都不能得到解决啊

我下载了 一个 DLL文件XINPUT1_3.DLL(32位和64位都试了的然后,把这个文件放到 C:\Windows\system32 中。最后, 开始---运行 输入 regsvr /s XINPUT1_3.DLL,结果运行的时候弹出来一个 怎么回事啊,求解决啊!!!!

在开始->运行(win+r)下输入命令:
cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i

在 cmd 里面就只需要输入:
for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i
不行的话重新下载directx9.0c
http://xiazai.zol.com.cn/detail/3/26465.shtml
温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-11-19
下个驱动精灵2013的,去漏洞修复那里,有个系统组件的把c++2005的那些都装起来就可以了
相似回答