﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
501	ProcessGetStats	pedroemiliano@…	Valik	"ProcessGetStats does not work for SYSTEM's username PID's.
This also occurs with Network Service and Local Service (I am running the script in admin login)

For example : java.exe PID: 288 Username: SYSTEM

Stats from this pid are not available. No _arraydisplay of the array.


{{{
#include <array.au3>

$display = ProcessGetStats(""288"")
MsgBox(0, ""test"", @error)
_ArrayDisplay($display, ""test"")
}}}

Error result : 0

"	Bug	closed	3.2.13.8	AutoIt	3.2.12.1	None	Fixed		
