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

它的作用是用循环语句并且用regsvr32命令对Windows\System32文件夹中的所有DLL文件都进行一次注册,以解决诸如IE无法打开二级链接这样的问题。