Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Identifying suspicious process
Message
From
10/08/2004 14:45:50
 
General information
Forum:
Windows
Category:
Other
Miscellaneous
Thread ID:
00931957
Message ID:
00932147
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,

I dont know if you would want to write your own code but it is pretty easy under .Net using System.Diagnostics.Process.GetProcesses() which returns an array of all processes running on your machine. Then you can just loop through it and write to file etc..

Paul
Previous
Reply
Map
View

Click here to load this message in the networking platform