博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Regsvr32
阅读量:7164 次
发布时间:2019-06-29

本文共 622 字,大约阅读时间需要 2 分钟。

This command-line tool registers .dll files as command components in the registry.

Syntax

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

Parameters

/u : Unregisters server.

/s : Specifies regsvr32 to run silently and to not display any message boxes.

/n : Specifies not to call DllRegisterServer. You must use this option with /i.

/i :cmdline : Calls DllInstall passing it an optional [cmdline]. When used with /u, it calls dll uninstall.

dllname : Specifies the name of the dll file that will be registered.

/? : Displays help at the command prompt.

转载于:https://www.cnblogs.com/jenneyblog/archive/2013/03/19/Regsvr32.html

你可能感兴趣的文章