Hi, What is the best way to find the process name and owner?
Now i use WMI, but this version is too slow.

Just call 'ps aux' and pipe the output to a file. You can then read the text file and find whatever you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.