Modify ↓
Opened 18 years ago
Closed 18 years ago
#552 closed Bug (No Bug)
ProcessExist/ProcessList optional username parameter
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
ProcessExist and ProcessList could provide an optional username parameter to limit the search to processes owned by a given user. Using the PID returned by these funtions, the other process functions could be effectively limited to processes owned by a given user by specifying the PID as opposed to the process name.
$PID = ProcessExists ("notepad.exe", @UserName)
This thread:
http://www.autoitscript.com/forum/index.php?showtopic=79434
discusses highlights the need.
Athough this may be accomplished using WMI, WMI is just too slow.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

This is not a bug and the need is over-stated a bit. Closing as no bug.