﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
698	RunAs/RunAsWait Bug - Blank Passwords	kenny782@…		"A user posted a question in support and I confirmed the behavior. 
It looks like a bug in the last prod release and the newest beta.
I haven't checked anything inbetween.

Both RunAs and RunAsWait will not work if you run them for a user with no password.

'''Sample Code:'''
$1 = RunAs(""Test"", @ComputerName, """", 0, @ComSpec)
MsgBox(0,"""",""Return: "" & $1 & @CR & ""@error: "" & @error)
;Returns 0 & @error 1

Thanks,

Kenny"	Bug	closed		AutoIt	3.2.13.11	None	No Bug	RunAs Blank Password	kenny782@…
