|
-
October 15th, 2009, 05:08 AM
#1
How to get a list of running processes? (on Vista with no Admin privileges)
I want to check if a certain exe is running.
For this I have code (with EnumProcesses, OpenProcess, EnumProcessModules, GetModuleFileNameExA) to get the list of all running processes and the search that list.
This works fine if the current user has admin privileges.
But if the user has no admin privileges, the call of OpenProcess fails.
Any idea how to solve this?
Last edited by Guenni; October 15th, 2009 at 05:12 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|