Microsoft(C) Register Server
regsvr32
- C:\Windows\system32\regsvr32.exe
Output:
---------------------------
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:27 |
| LastWrite Time | 2019/12/07 18:09:27 |
| 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 |