I don’t know about you but when using Windows 10 I often end up tearing my hair out because of the need to reset Wifi interface. So rather than having to Device Manager every time to reset the interface I have created this Batch file to do quick reset. All my bat files are in a Folder which I have added to the Taskbar
@ECHO OFF
cls
netsh interface set interface Wi-Fi disable
netsh interface set interface Wi-Fi enable