Microsoft(C) Register Server
regsvr32
- C:\Windows\system32\regsvr32.exe
Output:
---------------------------
RegSvr32
---------------------------
モジュールを登録するには、バイナリ名を指定する必要があります。
使用法: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
既定- DllRegisterServer を呼び出してサーバーを登録する。
/u - DllUnregisterServer を呼び出してサーバーを登録解除する。
/s - サイレント; メッセージ ボックスを表示しない。
/i - /u と併用しない場合は、DllRegisterServer の呼び出しが成功した後で、
DllInstall(TRUE, [cmdline]) を呼び出して dll をインストールする。
/u と併用する場合は、DllInstall(FALSE, [cmdline]) を呼び出して dll を
アンインストールし、DllInstall が成功したら DllUnregisterServer を呼び出す。
/n - DllRegisterServer または DllUnregisterServer を呼び出さない。
このオプションは /i と併用する必要がある。
dllname - エントリ ポイントを呼び出す DLL への (絶対または相対) パス。この DLL は、選択したオプション (DllRegisterServer、DllUnregisterServer、DllInstall) に応じて呼び出されるエントリ ポイントをエクスポートするために必要です。
---------------------------
OK
---------------------------
---------------------------
RegSvr32
---------------------------
To register a module, you must provide a binary name.
Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
default- Register server calling DllRegisterServer.
/u - Unregister server calling DllUnregisterServer.
/s - Silent; display no message boxes.
/i - Used without /u, calls DllInstall(TRUE, [cmdline]) to install
the dll, after a successful call to DllRegisterServer.
Used with /u, calls DllInstall(FALSE, [cmdline]) to uninstall
the dll and DllUnregisterServer if DllInstall was successful.
/n - Do not call DllRegisterServer or DllUnregisterServer; this
option must be used with /i.
dllname - The path (absolute or relative) to the DLL to call the entry points on. This DLL is required to export the entry points that will be called depending on the selected option (DllRegisterServer, DllUnregisterServer and/or DllInstall).
---------------------------
OK
---------------------------
Return Code: 1
C:\Windows\system32\regsvr32.exe
c:\>ver
Microsoft Windows [Version 10.0.19045.2075]
| File | Info |
|---|---|
| File Size | 25088bytes |
| Creation Time | 2019/12/07 18:09:46 |
| LastWrite Time | 2019/12/07 18:09:46 |
| ProductVersion | 10.0.19041.1 |
| FileVersion | 10.0.19041.1 (WinBuild.160101.0800) |
| Hash | Value |
|---|---|
| MD5 | b0c2fa35d14a9fad919e99d9d75e1b9e |
| SHA1 | 8d7c2fd354363daee63e8f591ec52fa5d0e23f6f |
| SHA224 | cdfe71729c2c145bd080d3e42ef2895a469c2d9f806aad49105aae43 |
| SHA256 | 022cb167a29a32dae848be91aef721c74f1975af151807dafcc5ed832db246b7 |
| SHA384 | 33dd9542abab5adfee1bf775c51c08da8fbcddc5f8e2c9e00ef8beeb15ee02dd4c8f401309de702a14c25ab340f2084c |
| SHA512 | a6155e42b605425914d1bf745d9b2b5ed57976e161384731c6821a1f8fa2bc3207a863ae45d6ad371ac82733b72bb024204498baa4fb38ad46c6d7bc52e5a022 |