Modify

#698 closed Bug (No Bug)

RunAs/RunAsWait Bug - Blank Passwords

Reported by: kenny782@… Owned by:
Milestone: Component: AutoIt
Version: 3.2.13.11 Severity: None
Keywords: RunAs Blank Password Cc: kenny782@…

Description

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

Attachments (0)

Change History (3)

comment:1 by TicketCleanup, on Nov 23, 2008 at 8:00:01 AM

Severity: BlockingNone

Automatic ticket cleanup.

comment:2 by anonymous, on Nov 23, 2008 at 9:24:23 AM

Nevermind, ran a runas from the command line. I guess microsoft locked ths down.

Sorry about that.

comment:3 by Valik, on Nov 23, 2008 at 6:27:55 PM

Resolution: No Bug
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.