regsvr32
Trong bài viết này
Syntax
Related links
Registers .dll files as command components in the registry.
regsvr32 [/u] [/s] [/n] [/i[:cmdline]] <Dllname>
Bung rộng bảng
Parameter
Description
/u
Unregisters server.
/s
Prevents displaying messages.
/n
Prevents calling DllRegisterServer . This parameter requires you to also use the /i parameter.
/i:<cmdline>
Passes an optional command-line string (cmdline ) to DllInstall . If you use this parameter with the /u parameter, it calls DllUninstall .
<Dllname>
The name of the .dll file that will be registered.
/?
Displays help at the command prompt.
To register the .dll for the Active Directory Schema, type:
regsvr32 schmmgmt.dll