how to write to registry without admin rights on win vista/7
Duncan Booth
duncan.booth at invalid.invalid
Fri Jun 24 04:48:19 EDT 2011
miamia <peterirbizon at gmail.com> 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 can I do it to write to registry without "Run As Admin" ?
This might give you some pointers:
http://stackoverflow.com/questions/130763/request-uac-elevation-from-within-a-python-script
--
Duncan Booth http://kupuguy.blogspot.com
More information about the Python-list
mailing list