Hi, What is the best way in python find the process name and owner?
Now i use WMI, but this version is too slow.
Process name: is sys.argv[0] not sufficient for your purposes?