PC Review
Forums
Newsgroups
Windows XP
Windows XP WMI
how to find modules use in running process
Forums
Newsgroups
Windows XP
Windows XP WMI
how to find modules use in running process
![]() |
how to find modules use in running process |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
how can i use wmi to find the modules infomation of a running process ?
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
I would suggest using an 'associators of' query something like this:
associators of {win32_process.handle='2604'} where AssocClass = CIM_ProcessExecutable It will return all the files that participate in execution of the process. -- Philip Nunn [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm. "?" <@discussions.microsoft.com> wrote in message news:82483A2A-481E-42B3-A479-3A760D90344B@microsoft.com... > how can i use wmi to find the modules infomation of a running process ? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

