Can anyone tell me why sendkeys doesnt work, it opens the device manager, goes to the wireless network card but stops performing commands on the open Network card properties dialogue box. Is there anyway to change focus to it or something? Set WshShell = CreateObject("WScript.Shell") WshShell.Run "devmgmt.msc" While WshShell.AppActivate("Device Manager") = False Wend WshShell.AppActivate "Device Manager" WshShell.SendKeys "{Tab}" WshShell.SendKeys "Network adpaters" WshShell.SendKeys "{Right}" WshShell.SendKeys "I" WshShell.SendKeys "I" WshShell.SendKeys "{ENTER}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{RIGHT}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ENTER}"