Show registered DLL on a computer

  • Thread starter Harrison Midkiff
  • Start date
H

Harrison Midkiff

Hello:

Does anyone know the command line to show registered dll files on a
computer. I am not sure if one particular dll file is being registered
correctly. Thanks.

Harrison Midkiff
 
J

Jerold Schulman

Hello:

Does anyone know the command line to show registered dll files on a
computer. I am not sure if one particular dll file is being registered
correctly. Thanks.

Harrison Midkiff
You could

regsvr32 /u dllname.dll
to see if it unregisters
and regsvr32 dllname.dll to re-register it.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
V

Vanguard

Harrison said:
Hello:

Does anyone know the command line to show registered dll files on a
computer. I am not sure if one particular dll file is being
registered correctly. Thanks.

Harrison Midkiff

INFO: How Regsvr32.exe Registers and Unregisters COM DLLs
http://support.microsoft.com/?scid=kb;;207132

The depends.exe file (Dependency Walker) is also part of the Windows
2000 Support Tools (free download).

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/?scid=kb;;249873
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top