I'm in the Control Panel under Network Connections and I want to get to the properties of the Local Area Connection. I know that all new computers have this connection and therefore, the icon will always be there. When the window loads, I want to tell the script to go straight to this connection and highlight it. Currently, I'm saying:
WinWait("WINDOW")
ControlSend("WINDOW","", "blah blah blah {TAB} blah, {RIGHT}{DOWN} blah blah {ENTER}")
Is there a better way to say "I want to go straight to the icon named 'Local Area Connection'?"
Something similar to how I can activate a window by name using WinActivate("WINDOW_NAME")?