#3588 closed Bug (No Bug)
Strange behavior of RunAs()
Reported by: | krstev@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.14.3 | Severity: | None |
Keywords: | Cc: |
Description
If I use RunAs() function to start a program, the program is started under credentials of user started a script and not depend on parameters provided to function.
Tested in versions: 3.3.14.2, 3.3.14.3, 3.3.15.0
In attachment:
Testing script: RunAsTest.au3
Helper script (compile to EXE): WhoAmi.au3
Krsta
Attachments (1)
Change History (4)
Changed 7 years ago by krstev@…
comment:1 Changed 7 years ago by krstev@…
RunAsWait() have same problem.
Tested in versions: 3.3.14.2, 3.3.14.3, 3.3.15.0
comment:2 Changed 7 years ago by krstev@…
I forget to mention environment of tests.
RunAs() was tested on Windows XP SP 32bit Czech ed., Windows 7 Pro 32bit Czech Ed., Windows 10 Home and Pro 64bit Czech locale.
RunAsWait() on W10 Home only.
Every scripts was started from SciTE and compiled to x86 target.
Krsta
comment:3 Changed 7 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Please use the forum for support questions as I am not convinced this is a bug.
Jos
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.
RunAsTest scripts