Loops through all current processes running on system, or all the modules contained in a specified process.
-
Search scope Specifies whether to search for the processes or the modules.
-
Search processes under specified user account If yes (checked), it will only search the process are running under the specified user account.
-
Process ID Specifies the process ID of the process that will be scanned.
-
Include mask Specifies the include mask. It can include multiple masks
separated by semicolons(;). For example, the include mask *er.exe; specifies to include
all processes/modules that name are ended with the text er.exe.
-
Exclude mask Specifies the wildcard mask to exclude the processes/modules from the loop.
It can include multiple masks separated by semicolons(;).
-
Return process ID/module handle into (Optional) Specifies a variable that should be
populated with the process's ID or module's handle on each successive loop.
-
Return file name into (Optional) Specifies a variable that should be
populated with the file name of the process or module on each successive loop.
-
Do not include path (filename only) Specifies whether to return the path information of the file.