Re: how to write to registry without admin rights on win vista/7

2011-06-24 Thread Thorsten Kampe
* Andrew Berg (Fri, 24 Jun 2011 14:02:54 -0500) > On 2011.06.24 03:48 AM, Duncan Booth wrote: > > http://stackoverflow.com/questions/130763/request-uac-elevation-from-within-a-python-script > Heh. On Windows 7, using 'runas' for the operation in os.startfile() > gives me a normal UAC prompt. That

Re: how to write to registry without admin rights on win vista/7

2011-06-24 Thread Thorsten Kampe
* miamia (Fri, 24 Jun 2011 01:08:55 -0700 (PDT)) > In my program I can set to run after system startup (it writes path to > Software\Microsoft\Windows\CurrentVersion\Run) Under HKLM oder HKCU? The path itself is of course irrelevant. > but when normal user is logged in my application crashes. Wi

Re: how to write to registry without admin rights on win vista/7

2011-06-24 Thread Andrew Berg
On 2011.06.24 03:48 AM, Duncan Booth wrote: > http://stackoverflow.com/questions/130763/request-uac-elevation-from-within-a-python-script Heh. On Windows 7, using 'runas' for the operation in os.startfile() gives me a normal UAC prompt. Is there any way to ask for elevation from a subprocess.Popen

Re: how to write to registry without admin rights on win vista/7

2011-06-24 Thread Andrew Berg
On 2011.06.24 03:48 AM, Duncan Booth wrote: > http://stackoverflow.com/questions/130763/request-uac-elevation-from-within-a-python-script Heh. On Windows 7, using 'runas' for the operation in os.startfile() gives me a normal UAC prompt. Is there any way to ask for elevation from a subprocess.Popen

Re: how to write to registry without admin rights on win vista/7

2011-06-24 Thread Duncan Booth
miamia wrote: > Hello, > > In my program I can set to run after system startup (it writes path to > Software\Microsoft\Windows\CurrentVersion\Run) but when normal user is > logged in my application crashes. I must right click on app an choose > "Run As Admin" and then everything works. > > How

how to write to registry without admin rights on win vista/7

2011-06-24 Thread miamia
Hello, In my program I can set to run after system startup (it writes path to Software\Microsoft\Windows\CurrentVersion\Run) but when normal user is logged in my application crashes. I must right click on app an choose "Run As Admin" and then everything works. How can I do it to write to registry