Hello mt103 and welcome to the forums
In addition to the excellent advice mt103 is giving you, I would suggest trying the attached batch file. Download and run it please.
Here's the code, should you want to inspect it:
Code:
@Echo on
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %0
This will fully reset your internet connection back to the default settings
Tom