RE: Windows 7 UAC and Scripting -- What's everyone doing?

2010-06-16 Thread Joe Tinney
I'd check out the links below regarding scripting and elevation. They will allow your scripts to trigger UAC when necessary instead of just flailing about. Initial article: http://technet.microsoft.com/en-us/magazine/2007.06.utilityspotlight.asp x Updated article with full downloads: http://tec

Re: Windows 7 UAC and Scripting -- What's everyone doing?

2010-06-16 Thread Andrew S. Baker
Are thees scheduled jobs? How are they being called? I haven't had to turn off the UAC for scripting , nor would I be so inclined. -ASB: http://XeeSM.com/AndrewBaker Sent from my Motorola Droid On Jun 16, 2010 1:55 PM, "Jon D" wrote: I'm curious what everyone else is doing as far as UAC is co

Re: Windows 7 UAC and Scripting -- What's everyone doing?

2010-06-16 Thread Jon D
We've got hundreds of scripts that do anything you can imagine. I'm having my intern do the initial research, so I don't have too many specifics on which ones are doing it. I know copying things to the system folders isn't working. I know if we do a runas then it busts the abality to import into HK

Re: Windows 7 UAC and Scripting -- What's everyone doing?

2010-06-16 Thread Steven Peck
What are you doing that requires you to need to elevate permissions? On Wed, Jun 16, 2010 at 10:55 AM, Jon D wrote: > I'm curious what everyone else is doing as far as UAC is concerned. > It seems to really get in the way of a lot of in-house scripts(we have > TONS of scripts). > We've played aro

Re: Windows 7 UAC and Scripting -- What's everyone doing?

2010-06-16 Thread Cameron
There is a hotfix available from MS that addresses scripting issues. I had to track it down because my Kix script wouldn't work correctly. After applying the hotfix everything worked as it should. I'll see if I can track it down. Hope this helps. On Wed, Jun 16, 2010 at 1:55 PM, Jon D wrote: >