Batch file to re-register every single .dll in the system32 folder

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
I'm wondering how it would be possible to create a batch file to re-register every single file using regsvr32 in the C:\Windows\system32 folder. Thank you.
 

Isaiah

Senior member
May 31, 2000
453
0
0
Originally posted by: Nocturnal
I'm wondering how it would be possible to create a batch file to re-register every single file using regsvr32 in the C:\Windows\system32 folder. Thank you.

Yes... well I'm not sure if it's all of them, but it's all the ones I've needed to re-register.

http://www.iitechconsulting.com/regsvr_fix.bat

The last two in the batch file are REM'ed out... you need to do those manually if you are still having problems.

Hope this helps,
-Isaiah
 

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
Thanks Isaiah. The one I'm looking for used some type of variable that specified all .dll files in the system32 folder to be re-registered.