Jump to content

Get logged on user while in another context


flyg
 Share

Recommended Posts

Hi,

Got a little problem. My autoit program will be called by an elevated account (not using autoit run@ but by a seperate server management system io i cant change that).

At some point I have to get the value of the current logged on user (while running the autoit program as a different user).

Tried environment variables but they pull back the context of the elevated user.

Ideally don't want to use code outside autoit (psloggedon etc). VBS might be doable.

Any suggestions?

Edited by flyg
Link to comment
Share on other sites

Check the owner on process instances of explorer.exe running. You could use _ProcessListProperties() or just extract the code from it for that one property.

:D

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...