Change your dns >>
DNS server on Windows can be changed through Command Prompt. Use this method if you are comfortable using the command line. Open the command prompt (Start Menu > Click on the search bar and type CMD); Type netsh and press Enter; At the neth > prompt, type interface ip show config, then press Enter; Locate a network connection to qualify the DNS server to change; Type interface ip set dns "Ethernet0" static 8.8.8.8 and press Enter; Replace Ethernet0 with the name of your connection, and 8.8.8.8 with the DNS server you want to use.