Dllhost.exe - How to know programmatically to which COM+ application it
belongs
I'd like to find out programmatically which COM+ applications are running
when I have some dllhost.exe processes running in my task manager under
Windows.
Process Explorer from Sysinternal can retrieve the info by retrieving the
CLSID in the command line (see the image). How can I do that by code or
with a command ?
I've tried :
WMIC PROCESS get Caption, Commandline, Processid
with no success. Unable to retrieve the command line used to run dllhost.exe
No comments:
Post a Comment