Re: [python-win32] Python and registry access with UAC enabled

2011-04-26 Thread Preston Landers
Not sure if this solves the actual problem you're having, but I wrote a small script to relaunch a process as an admin using UAC. Hopefully this helps somehow. http://dl.dropbox.com/u/11450437/pyuac.py thanks, -Preston On Mon, Apr 25, 2011 at 8:45 PM, Michael ODonnell odonn...@yahoo.comwrote:

Re: [python-win32] Python and registry access with UAC enabled

2011-04-26 Thread Tim Roberts
Michael ODonnell wrote: I have recently migrated to windows 7 from Windows XP. My organization enables UAC (level 3) at the group policy level and therefore I cannot disable it. I would like to know where there is a method to make registry changes using a python script without disabling

[python-win32] Python and registry access with UAC enabled

2011-04-25 Thread Michael ODonnell
I have recently migrated to windows 7 from Windows XP. My organization enables UAC (level 3) at the group policy level and therefore I cannot disable it. I would like to know where there is a method to make registry changes using a python script without disabling UAC. For example, I can read