Not a fix but a workaround.
Create a new text file and rename the extension to .bat or .cmd. For example, filename.txt to filename**.cmd** or filename**.bat**
Open the file in Notepad and copy the syntax below. Where name="enter your Wifi network name"
netsh wlan disconnect
netsh wlan connect name="myWifi"
Save it to your desktop or if it is in another folder create a shortcut to it. Double-click anytime you have this issue to reconnect quickly.