Registro de DLL en windows REGSVR32

REGSVR32

http://www.caminogeek.com/wp-content/uploads/2013/04/regsvr32-register-dll.jpg

Registrar o des-registrar una DLL.
Syntaxis
      REGSVR32 [/U] [/S] [/N] /I:[CommandLine] DLL_Name

Parametros
   /u          Desinstalar.

   /s          Modo silencioso, sin Cuadros de dialogos. 
 
Parametros menos importantes
   /i          Call DllInstall to register the DLL.
               (when used with /u, it calls dll uninstall.)

   /n          Do not call DllRegisterServer, you must use this option with /i. 

  CommandLine  An optional command line for DllInstall

   /c          Console output (old versions only).

Ejemplos
DesRegitrar (disable) XP Zip folders
REGSVR32 /u C:\Windows\System32\zipfldr.dll

DesRegitrar (Disable) CAB file viewer:
REGSVR32 /u C:\Windows\System32\cabview.dll

Regitrar (enable) XP Zip folders
REGSVR32 zipfldr.dll

Regitrar (enable) CAB file viewer:
REGSVR32 cabview.dll

Comentarios

Lo Más Popular