注册系统的DLL文件

新建个 bat 批处理文件。

批处理 文件内容 写 以下循环。

cmd
for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
原文地址:https://www.cnblogs.com/august/p/639455.html