Modify ↓
Opened 16 years ago
Closed 16 years ago
#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 Changed 16 years ago by TicketCleanup
- Severity changed from Blocking to None
comment:2 Changed 16 years ago by anonymous
Nevermind, ran a runas from the command line. I guess microsoft locked ths down.
Sorry about that.
comment:3 Changed 16 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.