Commits
dimir authored 0a2f0b14c1f
...G...... [ZBX-9143] improve items proc.num and proc_info (Windows) to treat more system processes Use CreateToolhelp32Snapshot() method to get list of available processes in the system instead of EnumProcesses(). The first one returns more processes and in additional it already returns executable name with the list besides PID.