PDA

View Full Version : Problem with System.EnumerateProcesses


jdrescher
10-02-2007, 02:52 AM
We have a problem with System.EnumerateProcesses on windows vista:
- We start TU 3.0 as a user.
- From there we start a patch (VP 3.0) as "Require administrator".
- That means our TU 3.0 is running as user and VP is running as administrator.
- Then we try to find out if the VP exe is still running.
The problem is that as a user we can't get any information about programs which run as administrator so we don't see our VP exe.
Is there any solution to his problem?