Re: List all registered DLL

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



System Information...
Start | Run | Type: msinfo32 | Click OK |
[+] Software Environment | Loaded Modules

Loaded Modules
[[Loaded Modules is located in the Software Environment category in System
Information. It displays information about programs that are running on your
system, including their associated DLLs. You can use Loaded Modules to
verify the version of a DLL on your system, in addition to its file date and
path.]]

Nobody has answered the OPs question.

I do not know about listing them, but if they are registered, they are in
HKEY_CLASSES_ROOT\CLSID

The content of which comes from...
HKEY_CURRENT_USER\Software\Classes\CLSID
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:jm3djawMHHA.2304@xxxxxxxxxxxxxxxxxxxxxx,
"Ken Zhao [MSFT]" <v-kzhao@xxxxxxxxxxxxxxxxxxxx> hunted and pecked:
Hello Ray,

Thank you for using newsgroup!

Based on my knowledge, there is a utility called ListDLLs to list all
running DLLs but it works on Windows 9x, NT 3.51, NT 4.0, and Win2K.

Process Explorer shows you information about which handles and DLLs
processes have opened or loaded. If Process Explorer is in DLL mode you'll
see the DLLs and memory-mapped files that the process has loaded.
Process Explorer for Windows v10.21

http://www.microsoft.com/technet/sysinternals/Utilities/ProcessExplorer.mspx

Thanks & Regards,

Ken Zhao

Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.




--------------------
From: "Ray Yung" <RayYung@xxxxxxxxxxxxxxxx>
Subject: List all registered DLL
Date: Fri, 5 Jan 2007 15:11:26 -0500
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3028
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
X-RFC2646: Format=Flowed; Original
Message-ID: <OTSptWQMHHA.4000@xxxxxxxxxxxxxxxxxxxx>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: catchall.westchestergov.com 163.151.2.10
Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP06.phx.gbl
Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windowsxp.setup_deployment:971
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Is there a way to list all the registered DLLs in the system?

Thank you.

--
Ray Yung

.



Relevant Pages

  • Re: List all registered DLL
    ... please "Reply to Group" via your newsreader so ... Software Environment | Loaded Modules ... Process Explorer shows you information about which handles and DLLs ...
    (microsoft.public.windowsxp.setup_deployment)
  • Re: Optimize DLL load time
    ... You can also use the various functions to enumerate loaded modules, which return the HMODULE for each mapped image, though this is relative to the address space of the target process. ... I believe Process Explorer has an option to highlight rebased DLLs while inspecting a process if you want to check if you have missed any that are still getting moved at load-time. ... used the SDK rebase to rebase all the DLLs. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Optimize DLL load time
    ... You can also use the various functions to enumerate loaded modules (e.g. ... My application loads many DLLs using Loadlibrary. ... advice about optimzing the DLL load time and run time is appreciated. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Optimize DLL load time
    ... Strongly consider reducing the number of DLLs you are trying to load overall, it will reduce memory fragmentation for instance. ... You can also use the various functions to enumerate loaded modules, which return the HMODULE for each mapped image, though this is relative to the address space of the target process. ... used the SDK rebase to rebase all the DLLs. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Loaded modules?
    ... Under Software Environment, click Loaded Modules. ... Windows XP Troubleshooting ...
    (microsoft.public.windowsxp.configuration_manage)