作者: 好像很好吃 时间: 2013-7-28 16:04
试试看这一个命令…
x64
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
for %1 in (%windir%\syswow64\*.dll) do regsvr32.exe /s %1
x86
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
好像这样可以吧…不知道作者: tt911 时间: 2013-7-29 08:47
少文件吧,原来你的背景也那样,看来我得DIY一下了。作者: 2012852253701 时间: 2013-7-29 10:59
好像很好吃 发表于 2013-7-28 16:04
试试看这一个命令…
x64
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1