My desktop shows "Connected, no internet" while all other devices on the same Wi-Fi work perfectly. I’ve restarted the router, flushed DNS, updated network drivers, and tried using a static IP. Still no luck. Any idea what might be causing this?
ReplyThat sounds like a corrupted network stack on your desktop. Try running these commands in Command Prompt (as Administrator):
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Then restart your PC. If that doesn’t work, check your network adapter settings and disable IPv6, in rare cases, it causes weird conflicts with some routers. Also, make sure your firewall or antivirus isn't blocking the connection.