Regsvr32 command in Windows

The regsvr32 command helps register .dll files as a command component in the registry.

The regsvr32 command helps register .dll files as a command component in the registry.For a better understanding of how to use this command, see the example section below.

Syntax regsvr32 command

  regsvr32 [/ u] [/ s] [/ n] [/ i [: cmdline]] 

Parameter regsvr32 command

Parameters

Describe

/ u

Unsubscribe server.

/S

Run the Regsvr32 command without displaying the message.

/ n

Run the Regsvr32 command without calling DllRegisterServer.(Requires parameter / i).

/ i:

Move a string of command line options (cmdline) to DllInstall.If you use this parameter with the / u parameter, it will become the DllUninstall.

 

The name of the .dll file will be registered.

/?

Show help at thecommand prompt.

Example regsvr32 command command

To register the .dll file for Active Directory Schema, enter:

  regsvr32 schmmgmt.dll 

See more:

  1. The qprocess command in Windows
  2. Qappsrv (query termserver) command in Windows
  3. The quser (query user) command in Windows
  4. The pubprn command and the pushprinterconnections command in Windows

You've just finished reading the article "Regsvr32 command in Windows" edited by the TipsMake team. You can save regsvr32-command-in-windows.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV Finger command in Windows
NEXT » How fast should your Internet connection be?