Network
Reset DNS cache to solve website lookup problems
When pages do not load but connection is active, flushing DNS often fixes name resolution issues.
Sometimes your device keeps outdated DNS entries and cannot resolve sites.
- Open Command Prompt as Administrator.
- Run:
ipconfig /flushdns. - Run:
ipconfig /registerdns(optional). - Run:
netsh winsock reset(and reboot the computer).
After reboot, test with a browser. If still blocked, try alternative DNS servers (8.8.8.8, 1.1.1.1).