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.