Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

regsvr32

From Wikipedia, the free encyclopedia
regsvr32
Developer(s)Microsoft, ReactOS Contributors
Initial releaseFebruary 17, 2000; 25 years ago (2000-02-17)
Operating systemWindows,ReactOS
Platform32-bit and64-bit
TypeCommand
LicenseWindows:Proprietarycommercial software
ReactOS:GNU General Public License
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/regsvr32

Incomputing,regsvr32 (Register Server) is acommand-line utility inMicrosoft Windows andReactOS[1] for registering and unregisteringDLLs andActiveX controls in theoperating systemRegistry.[2] Despite the suffix "32" in the name of the file, there are both32-bit and64-bit versions of this utility (with identical names, but in different directories).[3]regsvr32 requires elevated privileges.[4]

To be used withregsvr32, a DLL must export the functionsDllRegisterServer andDllUnregisterServer.[5]

Theregsvr32command is comparable toldconfig inLinux.

Example usage

[edit]

regsvr32 shmedia.dll for registering a file

regsvr32 shmedia.dll /s for registering a file without the dialog box ( silent )

regsvr32 /u shmedia.dll for unregistering a file

regsvr32 shmedia.dll /u /s for unregistering a file without the dialog box ( silent )

If another copy ofshmedia.dll exists in the system search path, regsvr32 may choose that copy instead of the one in the current directory. This problem can usually be solved by specifying a full path (e.g.,c:\windows\system32\shmedia.dll) or using the following syntax:

regsvr32 .\shmedia.dll

References

[edit]
  1. ^"Reactos/Reactos".GitHub. 3 November 2021.
  2. ^"Regsvr32".TechNet.Microsoft.
  3. ^How to use the Regsvr32 tool and troubleshoot Regsvr32 error messages:, Microsoft, 14 August 2015. Accessed 2019-02-10.
  4. ^Regsvr32 - Register a DLL - Windows CMD - SS64.com
  5. ^"INFO: How Regsvr32.exe Registers and Unregisters COM DLLs".Support.Microsoft. March 24, 2009. Archived fromthe original on 2015-03-13.

Further reading

[edit]

External links

[edit]
Wikibooks has a book on the topic of:Guide to Windows Commands
Ecosystem
Interpreters
Terminals
File system navigation
File management
Archiving
Disk management
Processes
Registry
User environment
File contents
Scripting
Networking
Maintenance and care
Boot management
Software development
Miscellaneous
Management
tools
Apps
Shell
Services
File systems
Server
Architecture
Security
Compatibility
API
Games
Discontinued
Games
Apps
Others
Spun off to
Microsoft Store
Stub icon

ThisMicrosoft Windows article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Regsvr32&oldid=1252490765"
Categories:
Hidden category:

[8]ページ先頭

©2009-2025 Movatter.jp