How to force Windows to auto-connect to ESP8266 after boot?
Posted: Sat Feb 13, 2016 6:50 am
When my PC connects to an ESP8266 (esp-link firmware as access point), everything works fine. The firmware serves web pages via 192.168.4.1. Windows shows the WLAN connection to be "limited". I suppose that means no internet access.
However, after a reboot, Windows 8 does not automatically re-connect to the ESP8266, as it was instructed. I suspect that's because Windows finds my wired Ethernet connection to an internet router (and maybe because the connection was detected to be "limited"). It seems to think one connection is enough. If I disable the Ethernet adapter, Windows automatically re-connects to the ESP8266 after booting.
Is there a convenient way (a setting somewhere) to make Windows 8 connect automatically to the ESP8266, regardless of a wired Ethernet connection in the same PC?
The only solution I've found so far is to run this command line at boot: netsh wlan connect name=<ssid>
However, after a reboot, Windows 8 does not automatically re-connect to the ESP8266, as it was instructed. I suspect that's because Windows finds my wired Ethernet connection to an internet router (and maybe because the connection was detected to be "limited"). It seems to think one connection is enough. If I disable the Ethernet adapter, Windows automatically re-connects to the ESP8266 after booting.
Is there a convenient way (a setting somewhere) to make Windows 8 connect automatically to the ESP8266, regardless of a wired Ethernet connection in the same PC?
The only solution I've found so far is to run this command line at boot: netsh wlan connect name=<ssid>