Regsvr32 Command in Windows Server 2008

In this article I am going to explain about regsvr32 command in windows server 2008 operating system.
  • 2655

Regsvr32 command in Windows Server 2008

The Regsvr32 command is used to register .(dot)dll files as command components in the registry.

Syntax of Regsvr32 command

regsvr32 [/u] [/s] [/n] [/i[:cmdline]] <DllName>

Parameters in Regsvr32 command

It contains following parameter, which is given below:
 
Parameter Description
/u It specifies unregisters server.
/s It is used to run Regsvr32 without displaying messages.
/n It is used to run Regsvr32 without calling DllRegisterServer.
/i[:cmdline It passes an optional command line string to DllIntall.
DllName It specifies the name of the .(dot)dll that will be registered.

Example of Regsvr32 command

regsvr32 /s /n /i Mcn.dll

Output:

regsvr32-in-windows-server-2008.jpg

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.