I really like Mark Russinovich's Process Explorer so I'm always running it. I would like to automate this task of manually starting this process up every time I logon.
But I want this program to run as domain administrator even though I logon as a local user. The reason being is I can manage (kill) processes/services running under domain accounts.
So how do I do that?
I suppose if I create a local service using sc create
command I won't be able to interact with Process Explorer then? Will I be able to see the icon in the task tray and open it etc etc?
So is this at all possible?
What I tried
I've tried two things:
- Task scheduler
I tried scheduling a task after user logs on and set it's user to domain administrator. The program does seem to run, but I don't have any interactivity (the window) so I can't use it, can I... sc create
to create a service
Similar. No interactivity. And there was some other error as well.