Yesterday I updated my Intel Wi-Fi drivers and immediately started having issues with very slow (re-)connecting to my wireless network (e.g. on resume from standby). It turned out to be caused by the "Virtual Wi-Fi adapter" which can be used to create a private AP on the system (which is not what the normal user needs).
Disable it to fix (type in an administrative shell):
Disable it to fix (type in an administrative shell):
Code:
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=disallow