Jump to content

scotw

Members
  • Posts

    3
  • Joined

  • Last visited

scotw's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you so much, #RequireAdmin was the answer !
  2. Thanks, I can get the app to launch just fine, just not respond to autoit once it has. I had hoped to avoid registry changes for this, but may resort to that.
  3. Hello all, I'm trying what should be a simple automation of system settings. To do that I start the "SystemPropertiesPerformance" tool and then attempt to send some keys to it. Nothing I try seems to work. I started with simple Send("!l{ENTER}"} After using WinActivate() to ensure that the window had focus. Which did not work, so I moved to using window info and Control Click ControlClick("Performance Options", "&Let Windows choose what's best for my computer", "[iD:2021]") Which reports success, but the app does not respond. It responds to normal keyboard input at all times. Are there a section of Win7 apps/components that resist automation or am I missing something obvious? My thanks for any tips or info.
×
×
  • Create New...