(Windows Required) Hey thought i'd share this, if the download doesnt work then just copy the code into a text document and save it as a .BAT file(Batch file). My internet crashed and it took me awhile to try to get it working and forgot i had this. So here it is.
Ipconfig easy 3 keys.BAT
if this ^^ doesnt work tthen just do what i said above and here it is. (Ik common knowledge but it saves time and i likes it)
Code:
@echo off
echo Hey, i am a quick easy way to ipconfig fix your internet :D
pause
ipconfig /release
pause
ipconfig /renew
pause
ipconfig /flushdns
pause