Re: Windows7 run python script / sub process with elevated privileges

2010-05-06 Thread Tim Golden
On 01/05/2010 15:44, News123 wrote: Hi, I have a small python script, which has been started as normal non privileged user. At a later point in time it would like to start another python script with elevated privileges. How can I write my code such, that I will get the privilege elevation prom

Re: Windows7 run python script / sub process with elevated privileges

2010-05-01 Thread News123
I Found a first solution, though not very satisfying: News123 wrote: > Hi, > > I have a small python script, which has been started as normal non > privileged user. > > At a later point in time it would like to start another python script > with elevated privileges. > > How can I write my code s

Windows7 run python script / sub process with elevated privileges

2010-05-01 Thread News123
Hi, I have a small python script, which has been started as normal non privileged user. At a later point in time it would like to start another python script with elevated privileges. How can I write my code such, that I will get the privilege elevation prompt and I can start a sub process / pyt