Register all dll’s in a folder.

Table of Contents

If you need to register a lof of dll’s all at once this command will help you out.

for %x in (c:\windows\system32\*.dll) do regsvr32 -s %x