TipsMake

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:

  • The qprocess command in Windows
  • Qappsrv (query termserver) command in Windows
  • The quser (query user) command in Windows
  • The pubprn command and the pushprinterconnections command in Windows

Discover more

regsvr32 command for example
Kareem Winters

Share by

Kareem Winters
Update 26 May 2019