How can I see which dlls are registered in my Windows 7 machine? I registered a dll, but am still unsure if it's really registered and want to check.

link|improve this question

65% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Sysinternals has ListDLLs that will list all loaded DLLs.

link|improve this answer
feedback

using the find command in regedit search [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs].

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.