Jump to content

Search the Community

Showing results for tags 'WiFi'.

  • Search By Tags

    • wifi ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. WiFi Disconnects Automatically Windows 10 / 8 / 7 Laptop. This video guide very help to me
  2. In command prompt I use netsh wlan set hostednetwork mode=allow ssid=NETWORKNAME key=PASSWORD How do I do that in autoit also I want to hide the network ie turn off broadcast
  3. I have two networks that I have to switch between often (really annoying). Does anyone know how to connect to a WiFi network using Autoit? I would like to avoid solutions with MouseClick(). So something like: HotKeySet("_ToggleNetwork", "~") While 1 Sleep(1000) WEnd Func _ToggleNetwork() If N...
×
×
  • Create New...