Instead of rebooting, I made a powershell script to disable and re-enable the adapter, then connect to my wifi profile.Do we have an ETA on when the official 8.1 will be released. I upgraded to the preview, and although the added features are cool, some of the bugs are really annoying me.
My main problems are:
1) Losing Wifi connection coming out of an extended standby mode - Seems like Wifi services get stopped. A reboot is usually necessary. I know this is a documented issue, but let's get it fixed already.
Just make a text file named wifi.ps1 and put this in it
netsh interface set interface "WiFi" DISABLE
netsh interface set interface "WiFi" ENABLE
netsh wlan connect name=<The Name of Your Wifi Profile>
right click the script file and select Run with Powershell