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
4.5 ★ | 2 Vote
You should read it
- Del command in Windows
- Set command in Windows
- Command at in Windows
- Cmd command in Windows
- Reg command copy in Windows
- Fc command in Windows
- The echo command in Windows
- The command reg add in Windows
- Rem command in Windows
- Doskey command in Windows
- Rd command in Windows
- Bitsadmin getdisplayname and bitsadmin geterror command in Windows