Search the Community
Showing results for tags 'wifi'.
-
WiFi Disconnects Automatically Windows 10 / 8 / 7 Laptop. This video guide very help to me
- 2 replies
-
- wifi
- disconnects
-
(and 1 more)
Tagged with:
-
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
-
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 Network A is connected Then Connect to Network B If Network B is connected Then Connect to Network A EndFun
- 1 reply
-
- Toggling WiFi Networks
- Toggle
-
(and 2 more)
Tagged with: