Jump to content

wildman

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by wildman

  1. 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}"
  2. I've seen this, but not had any luck on the T40. Any ideas appreciated! Disable Wireless Zero Configuration [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wzcsvc] "Start"=dword:00000004
×
×
  • Create New...