aacable 0 Posted September 26, 2011 Hi, My goal is to open 'Networking Connections' and search for specific connection and select Enter on it to open its properties. I have made the following script, its working under XP, but its not working under Windows 7. What could be the problem. Networking connections window opens, but it do not find or select the connection. Run ( "rundll32.exe shell32,Control_RunDLL Ncpa.cpl" ) WinWaitActive("Network Connections") $nic = ControlListView("Network Connections", "", "SysListView321", "FindItem", "aa") ControlFocus("Network Connections", "", ControlListView("Network Connections", "", "SysListView321", "Select", $nic)) Send("!{Enter}") Share this post Link to post Share on other sites