Modify ↓
#698 closed Bug (No Bug)
RunAs/RunAsWait Bug - Blank Passwords
| Reported by: | 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 , on Nov 23, 2008 at 8:00:01 AM
| Severity: | Blocking → None |
|---|
comment:2 by , 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 , on Nov 23, 2008 at 6:27:55 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.