﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1778	ProcessClose() is looking at other logged-in users	scriptstopper		"ProcessClose() should only be able to 'see' processes running in the account which is running the script.

This is especially true when the script-running account, is a regular User and NOT an Administrator. 

To replicate, run Windows XP, log in two users and run notepad.exe in each account. In one account, run the following script:
topic 120352 in the forums
{{{
$list = ProcessList(""notepad.exe"")
for $i = 1 to $list[0][0]
  msgbox(0, $list[$i][0], $list[$i][1])
next
}}}"	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
