is a command-line utility in Windows XP used to register and unregister OLE controls , such as DLLs (Dynamic Link Libraries) and ActiveX controls (.ocx files), in the system registry . By registering these files, you add their information to a central directory that allows Windows and other programs to find and use their executable code. Core Usage and Commands
In Windows XP, you must log on with an to use this tool effectively. You can run these commands via the Command Prompt or the Start > Run box. Command Syntax Register a file regsvr32 [path\filename.dll] Unregister a file regsvr32 /u [path\filename.dll] Run silently (no message boxes) regsvr32 /s [path\filename.dll] Call DllInstall regsvr32 /i [path\filename.dll] Common Troubleshooting in Windows XP Regsvr32 Exe Windows Xp
Errors often occur if a file is missing, corrupted, or not designed for registration. How to use the Regsvr32 tool and ... - Microsoft Support is a command-line utility in Windows XP used