New Question

Stoiky's profile - activity

2016-07-02 09:19:16 +0300 commented answer Run another elevated process from a different administrator using userdata

Thanks Adrian!

2016-07-02 09:19:00 +0300 answered a question Run another elevated process from a different administrator using userdata

Thanks Adrian!

2016-06-27 17:55:33 +0300 received badge  Famous Question (source)
2016-06-15 20:00:31 +0300 received badge  Popular Question (source)
2016-06-15 20:00:31 +0300 received badge  Notable Question (source)
2016-06-14 23:02:04 +0300 asked a question Run another elevated process from a different administrator using userdata

I've tried running a process as another administrator user inside the userdata script but it does not seem to work.

Is this possible in Powershell with Start-Process powershell -Credentials $cred -Verb runas etc... or by using python? Is the UAC at fault?

Thank you.