Modify ↓
Opened 17 years ago
Closed 17 years ago
#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 , 17 years ago
| Severity: | Blocking → None |
|---|
comment:2 by , 17 years ago
Nevermind, ran a runas from the command line. I guess microsoft locked ths down.
Sorry about that.
comment:3 by , 17 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.